@charset "UTF-8";
/*
  box-shadow
*/
/*
  系统色(System)
*/
/*
  中性色(Medium)
*/
/*
  功能色(Fuction)
*/
/*
  装饰色(Decorator)
*/
/*
  字体(Font Family)
*/
/*
  字号 (Font size)
*/
/*
  间距 (Space)
*/
/*
  圆角 (Radius)
*/
/*
  box-shadow
*/
.ant-calendar-picker-container a:hover, .ant-calendar-picker-container a:active {
  outline: 0;
}

.ant-calendar-picker-container button,
.ant-calendar-picker-container input,
.ant-calendar-picker-container optgroup,
.ant-calendar-picker-container select,
.ant-calendar-picker-container textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

.ant-calendar-picker-container button {
  overflow: visible;
}

.ant-calendar-picker-container button,
.ant-calendar-picker-container select {
  text-transform: none;
}

.ant-calendar-picker-container button,
.ant-calendar-picker-container html input[type="button"],
.ant-calendar-picker-container input[type="reset"],
.ant-calendar-picker-container input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

.ant-calendar-picker-container button[disabled],
.ant-calendar-picker-container html input[disabled] {
  cursor: default;
}

.ant-calendar-picker-container input {
  line-height: normal;
}

.ant-calendar-picker-container input[type="checkbox"],
.ant-calendar-picker-container input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

.ant-calendar-picker-container svg:not(:root) {
  overflow: hidden;
}

.ant-calendar-picker-container button::-moz-focus-inner,
.ant-calendar-picker-container input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.search-btn:after {
  display: none;
}

.ant-calendar-picker-container input[type="number"]::-webkit-inner-spin-button,
.ant-calendar-picker-container input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

.ant-calendar-picker-container input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

.ant-calendar-picker-container input[type="search"]::-webkit-search-cancel-button,
.ant-calendar-picker-container input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.ant-calendar-picker-container fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

.ant-calendar-picker-container legend {
  border: 0;
  padding: 0;
}

.ant-calendar-picker-container textarea {
  overflow: auto;
}

.ant-calendar-picker-container optgroup {
  font-weight: bold;
}

.ant-calendar-picker-container table {
  border-collapse: collapse;
  border-spacing: 0;
}

.ant-calendar-picker-container * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.ant-calendar-picker-container *:before,
.ant-calendar-picker-container *:after {
  box-sizing: border-box;
}

.ant-calendar-picker-container button,
.ant-calendar-picker-container input,
.ant-calendar-picker-container select,
.ant-calendar-picker-container textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.ant-calendar-picker-container ul,
.ant-calendar-picker-container ol {
  list-style: none;
}

.ant-calendar-picker-container input::-ms-clear,
.ant-calendar-picker-container input::-ms-reveal {
  display: none;
}

.ant-calendar-picker-container ::-moz-selection {
  background: #1d86f0;
  color: #fff;
}

.ant-calendar-picker-container ::selection {
  background: #1d86f0;
  color: #fff;
}

.ant-calendar-picker-container a {
  text-decoration: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

.ant-calendar-picker-container a:active,
.ant-calendar-picker-container a:hover {
  outline: 0;
  text-decoration: none;
}

.ant-calendar-picker-container a[disabled] {
  color: #acb7bf;
  cursor: not-allowed;
  pointer-events: none;
}

.ant-calendar-picker-container .clearfix,
.ant-calendar-picker-container .layout-fixed,
.ant-calendar-picker-container .layout-fluid,
.ant-calendar-picker-container .row,
.ant-calendar-picker-container .ant-form-horizontal .ant-form-item {
  zoom: 1;
}

.ant-calendar-picker-container .clearfix:before,
.ant-calendar-picker-container .clearfix:after,
.ant-calendar-picker-container .layout-fixed:before,
.ant-calendar-picker-container .layout-fixed:after,
.ant-calendar-picker-container .layout-fluid:before,
.ant-calendar-picker-container .layout-fluid:after,
.ant-calendar-picker-container .row:before,
.ant-calendar-picker-container .row:after,
.ant-calendar-picker-container .ant-form-horizontal .ant-form-item:before,
.ant-calendar-picker-container .ant-form-horizontal .ant-form-item:after {
  content: " ";
  display: table;
}

.ant-calendar-picker-container .clearfix:after,
.ant-calendar-picker-container .layout-fixed:after,
.ant-calendar-picker-container .layout-fluid:after,
.ant-calendar-picker-container .row:after,
.ant-calendar-picker-container .ant-form-horizontal .ant-form-item:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}

.ant-calendar-picker-container .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.ant-calendar-picker-container .pull-left {
  float: left;
}

.ant-calendar-picker-container .pull-right {
  float: right;
}

.ant-calendar-picker-container .hide {
  display: none !important;
}

.ant-calendar-picker-container .show {
  display: block !important;
}

.ant-calendar-picker-container .invisible {
  visibility: hidden;
}

.slide-up-enter,
.slide-up-appear {
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.slide-up-leave {
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.slide-up-enter.slide-up-enter-active,
.slide-up-appear.slide-up-appear-active {
  -webkit-animation-name: antSlideUpIn;
  animation-name: antSlideUpIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.slide-up-leave.slide-up-leave-active {
  -webkit-animation-name: antSlideUpOut;
  animation-name: antSlideUpOut;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.slide-up-enter,
.slide-up-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.slide-up-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

.slide-down-enter,
.slide-down-appear {
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.slide-down-leave {
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.slide-down-enter.slide-down-enter-active,
.slide-down-appear.slide-down-appear-active {
  -webkit-animation-name: antSlideDownIn;
  animation-name: antSlideDownIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.slide-down-leave.slide-down-leave-active {
  -webkit-animation-name: antSlideDownOut;
  animation-name: antSlideDownOut;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.slide-down-enter,
.slide-down-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.slide-down-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

@-webkit-keyframes antSlideUpIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scaleY(0.8);
    transform: scaleY(0.8);
  }

  100% {
    opacity: 1;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes antSlideUpIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scaleY(0.8);
    transform: scaleY(0.8);
  }

  100% {
    opacity: 1;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@-webkit-keyframes antSlideUpOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  100% {
    opacity: 0;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scaleY(0.8);
    transform: scaleY(0.8);
  }
}

@keyframes antSlideUpOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  100% {
    opacity: 0;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scaleY(0.8);
    transform: scaleY(0.8);
  }
}

@-webkit-keyframes antSlideDownIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: scaleY(0.8);
    transform: scaleY(0.8);
  }

  100% {
    opacity: 1;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes antSlideDownIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: scaleY(0.8);
    transform: scaleY(0.8);
  }

  100% {
    opacity: 1;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@-webkit-keyframes antSlideDownOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  100% {
    opacity: 0;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: scaleY(0.8);
    transform: scaleY(0.8);
  }
}

@keyframes antSlideDownOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  100% {
    opacity: 0;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: scaleY(0.8);
    transform: scaleY(0.8);
  }
}

@font-face {
  font-family: 'anticon';
  src: url("//at.alicdn.com/t/font_1457169990_5499172.eot");
  /* IE9*/
  src: url("//at.alicdn.com/t/font_1457169990_5499172.eot?#iefix") format("embedded-opentype"), url("//at.alicdn.com/t/font_1457169990_5499172.woff") format("woff"), url("//at.alicdn.com/t/font_1457169990_5499172.ttf") format("truetype"), url("//at.alicdn.com/t/font_1457169990_5499172.svg#iconfont") format("svg");
  /* iOS 4.1- */
}

.ant-calendar-picker-container .anticon,
.datatime-component .anticon-left:before {
  display: inline-block;
  font-style: normal;
  vertical-align: baseline;
  text-align: center;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
}

.ant-calendar-picker-container .anticon:before,
  .datatime-component .anticon-left:before:before {
  display: block;
  font-family: "anticon" !important;
}

.ant-calendar-picker-container .anticon-left:before,
.datatime-component .anticon-left:before {
  content: "\E601";
}

.ant-calendar-picker-container .anticon-right:before,
.datatime-component .anticon-left:before {
  content: "\E600";
}

.ant-calendar-picker-container .anticon-down:before,
.datatime-component .anticon-left:before {
  content: "\E603";
}

.ant-calendar-picker-container .anticon-up:before,
.datatime-component .anticon-left:before {
  content: "\E602";
}

.ant-calendar {
  box-sizing: border-box;
}

.ant-calendar * {
  box-sizing: border-box;
}

.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-topLeft,
.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-topRight,
.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-topLeft,
.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-topRight {
  -webkit-animation-name: antSlideDownIn;
  animation-name: antSlideDownIn;
}

.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-bottomLeft,
.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-bottomRight,
.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-bottomLeft,
.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-bottomRight {
  -webkit-animation-name: antSlideUpIn;
  animation-name: antSlideUpIn;
}

.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-topLeft,
.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-topRight {
  -webkit-animation-name: antSlideDownOut;
  animation-name: antSlideDownOut;
}

.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-bottomLeft,
.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-bottomRight {
  -webkit-animation-name: antSlideUpOut;
  animation-name: antSlideUpOut;
}

.ant-calendar-picker {
  width: 100%;
  position: relative;
  display: block;
  outline: none;
  font-size: 12px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 5px;
  height: 28px;
  cursor: pointer;
}

.ant-calendar-picker input {
  outline: none;
}

.ant-calendar-picker:after {
  display: block;
  position: absolute;
  content: "";
  left: 50%;
  top: 25px;
  width: 0;
  height: 2px;
  background-color: #1b85d6;
  transition: left ease-in-out .15s ,width ease-in-out .15s;
}

.ant-calendar-picker:hover {
  border-color: #96d0fa;
}

.ant-calendar-picker .icon-form-riqi {
  line-height: 0;
}

.ant-calendar-picker .icon-form-riqi > svg {
  pointer-events: none;
}

.ant-calendar-picker_has-error {
  background: rgba(204, 41, 41, 0.05) !important;
  border: 1px solid #cc2929 !important;
  border-radius: 5px;
  box-shadow: none !important;
}

.ant-calendar-picker_has-error .ant-input {
  background: transparent;
}

.ant-calendar-picker_has-error:after {
  display: block;
  position: absolute;
  content: "";
  left: 50%;
  top: 25px;
  width: 0;
  height: 0px;
  background-color: #cc2929;
  transition: left ease-in-out .15s ,width ease-in-out .15s;
}

.base-input-error-label .ant-calendar-picker:after {
  display: none;
}

.ant-calendar-picker-icon {
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 12px;
  height: 12px;
  line-height: 12px;
  right: 5px;
  color: #8F9CA6;
  top: 8px;
  cursor: pointer;
}

.ant-calendar-range-picker .ant-calendar-picker-icon {
  top: 12px;
}

.ant-calendar-week-number {
  width: 286px;
}

.ant-calendar-week-number-cell {
  text-align: center;
}

.ant-calendar-picker-container {
  position: fixed;
  z-index: 999999;
}

.ant-calendar-picker-container .head-input-wrap {
  padding: 10px;
}

.ant-calendar-picker-container .head-input-wrap .month-head-input-wrap {
  width: 100%;
  border: 1px solid #E6E8EB;
  border-radius: 3px;
}

.ant-calendar-picker-container .head-input-wrap .month-head-input-wrap:hover {
  border-color: #96d0fa;
}

.ant-calendar-picker-container .head-input-wrap .month-head-input-wrap-active {
  border: 1px solid #1687d9;
  box-shadow: 0 0 2px 1px #96d0fa;
}

.ant-calendar-picker-container .head-input-wrap .month-head-input-wrap-active:hover {
  border-color: #1687d9;
}

.ant-calendar-picker-container .head-input-wrap input {
  width: 100%;
  height: 28px;
  padding: 0;
  border: 0;
  font-family: "PingFang SC", "Hiragino Sans GB", STHeitiSC, "Helvetica", "Helvetica Neue", "Microsoft YaHei", Tahoma;
  font-size: 12px;
  text-indent: 10px;
  cursor: auto;
  outline: 0;
  border-radius: 3px;
}

.ant-calendar-picker-container .head-input-wrap a {
  content: '';
  position: absolute;
  top: 18px;
  display: none;
  width: 14px;
  height: 14px;
  line-height: 0;
  cursor: pointer !important;
  right: 22px;
  font-size: 14px;
  font-family: "anticon";
  color: #acb7bf;
}

.ant-calendar-picker-container .head-input-wrap a:hover {
  color: #cc2929;
}

.ant-calendar-picker-container .ant-calendar-month-panel {
  padding: 0 10px;
}

.ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-month-panel-header {
  height: 27px;
  line-height: 20px;
  margin-bottom: 8px;
  padding-bottom: 4px;
  text-align: center;
  border-bottom: 1px solid #f0f2f5;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "PingFang SC", "Hiragino Sans GB", STHeitiSC, "Helvetica", "Helvetica Neue", "Microsoft YaHei", Tahoma;
}

.ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-month-panel-header:hover {
  color: #565e66;
}

.ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-month-panel-header .ant-calendar-month-panel-century-select,
      .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-month-panel-header .ant-calendar-month-panel-decade-select,
      .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-month-panel-header .ant-calendar-month-panel-year-select,
      .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-month-panel-header .ant-calendar-month-panel-month-select {
  font-size: 12px;
  color: #33383d;
  display: inline-block;
  line-height: 20px;
}

.ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-month-panel-header .ant-calendar-month-panel-century-select-arrow,
      .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-month-panel-header .ant-calendar-month-panel-decade-select-arrow,
      .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-month-panel-header .ant-calendar-month-panel-year-select-arrow,
      .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-month-panel-header .ant-calendar-month-panel-month-select-arrow {
  display: none;
}

.ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn,
      .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn,
      .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn,
      .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn,
      .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn,
      .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn,
      .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn,
      .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn {
  position: absolute;
  top: 7px;
  width: 12px;
  height: 12px;
  color: #83898f;
  display: inline-block;
  line-height: 0;
}

.ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn > svg,
        .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn > svg,
        .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn > svg,
        .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn > svg,
        .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn > svg,
        .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn > svg,
        .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn > svg,
        .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn > svg {
  pointer-events: none;
}

.ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn,
      .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn,
      .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn {
  left: 12px;
}

.ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn,
      .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn,
      .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn {
  right: 8px;
}

.ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn {
  left: 29px;
}

.ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn {
  right: 29px;
}

.ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-year-panel-header {
  height: 27px;
  line-height: 20px;
  margin-bottom: 8px;
  padding-bottom: 4px;
  text-align: center;
  border-bottom: 1px solid #f0f2f5;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "PingFang SC", "Hiragino Sans GB", STHeitiSC, "Helvetica", "Helvetica Neue", "Microsoft YaHei", Tahoma;
}

.ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-year-panel-header:hover {
  color: #565e66;
}

.ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-year-panel-header .ant-calendar-year-panel-century-select,
      .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-year-panel-header .ant-calendar-year-panel-decade-select,
      .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-year-panel-header .ant-calendar-year-panel-year-select,
      .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-year-panel-header .ant-calendar-year-panel-month-select {
  font-size: 12px;
  color: #33383d;
  display: inline-block;
  line-height: 20px;
}

.ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-year-panel-header .ant-calendar-year-panel-century-select-arrow,
      .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-year-panel-header .ant-calendar-year-panel-decade-select-arrow,
      .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-year-panel-header .ant-calendar-year-panel-year-select-arrow,
      .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-year-panel-header .ant-calendar-year-panel-month-select-arrow {
  display: none;
}

.ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn,
      .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn,
      .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn,
      .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn,
      .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn,
      .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn,
      .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn,
      .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn {
  position: absolute;
  top: 7px;
  width: 12px;
  height: 12px;
  color: #83898f;
  display: inline-block;
  line-height: 0;
}

.ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn > svg,
        .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn > svg,
        .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn > svg,
        .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn > svg,
        .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn > svg,
        .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn > svg,
        .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn > svg,
        .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn > svg {
  pointer-events: none;
}

.ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn,
      .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn,
      .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn {
  left: 12px;
}

.ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn,
      .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn,
      .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn {
  right: 8px;
}

.ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn {
  left: 29px;
}

.ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn {
  right: 29px;
}

.ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn {
  width: 12px;
  height: 12px;
  top: 7px;
  color: #83898f;
  position: absolute;
  font-family: "PingFang SC", "Hiragino Sans GB", STHeitiSC, "Helvetica", "Helvetica Neue", "Microsoft YaHei", Tahoma;
  font-size: 12px;
  display: inline-block;
  line-height: 0;
}

.ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn > svg {
  pointer-events: none;
}

.ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-decade-panel-header {
  height: 27px;
  line-height: 20px;
  margin-bottom: 8px;
  padding-bottom: 4px;
  text-align: center;
  border-bottom: 1px solid #f0f2f5;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "PingFang SC", "Hiragino Sans GB", STHeitiSC, "Helvetica", "Helvetica Neue", "Microsoft YaHei", Tahoma;
}

.ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn, .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn {
  width: 12px;
  height: 12px;
  top: 7px;
  position: absolute;
  font-family: "PingFang SC", "Hiragino Sans GB", STHeitiSC, "Helvetica", "Helvetica Neue", "Microsoft YaHei", Tahoma;
  font-size: 12px;
  display: inline-block;
  line-height: 0;
}

.ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn > svg, .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn > svg {
  pointer-events: none;
}

.ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-decade-panel-header:hover {
  color: #565e66;
}

.ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-decade-panel-header .ant-calendar-decade-panel-century-select,
      .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-decade-panel-header .ant-calendar-decade-panel-decade-select,
      .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-decade-panel-header .ant-calendar-decade-panel-year-select,
      .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-decade-panel-header .ant-calendar-decade-panel-month-select,
      .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-decade-panel-header .ant-calendar-decade-panel-century {
  font-size: 12px;
  color: #33383d;
  display: inline-block;
  line-height: 20px;
}

.ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-decade-panel-header .ant-calendar-decade-panel-century-select-arrow,
      .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-decade-panel-header .ant-calendar-decade-panel-decade-select-arrow,
      .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-decade-panel-header .ant-calendar-decade-panel-year-select-arrow,
      .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-decade-panel-header .ant-calendar-decade-panel-month-select-arrow {
  display: none;
}

.ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn,
      .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn,
      .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn,
      .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn,
      .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn,
      .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn,
      .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn,
      .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn {
  position: absolute;
  top: 7px;
  width: 12px;
  height: 12px;
  color: #83898f;
  display: inline-block;
  line-height: 0;
}

.ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn > svg,
        .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn > svg,
        .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn > svg,
        .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn > svg,
        .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn > svg,
        .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn > svg,
        .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn > svg,
        .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn > svg {
  pointer-events: none;
}

.ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn,
      .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn,
      .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn {
  left: 7px;
}

.ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn {
  left: 12px;
}

.ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn,
      .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn,
      .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn {
  right: 7px;
}

.ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn {
  right: 8px;
}

.ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn {
  left: 29px;
}

.ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn {
  right: 29px;
}

.ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-month-panel-body tr,
    .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-year-panel-body tr,
    .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-decade-panel-body tr {
  margin-bottom: 16px;
}

.ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-month-panel-body tr td,
      .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-year-panel-body tr td,
      .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-decade-panel-body tr td {
  padding: 0;
  height: 26px;
  width: 66px;
  margin-right: 20px;
  font-size: 12px;
}

.ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-month-panel-body tr td:last-child,
        .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-year-panel-body tr td:last-child,
        .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-decade-panel-body tr td:last-child {
  margin-right: 0;
}

.ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-month-panel-body tr:first-child,
      .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-year-panel-body tr:first-child,
      .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-decade-panel-body tr:first-child {
  margin-top: 30px;
}

.ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-month-panel-body tr:last-child,
      .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-year-panel-body tr:last-child,
      .ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-decade-panel-body tr:last-child {
  margin-bottom: 0;
}

.ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-decade-panel-body tr td {
  margin-right: 8px;
  width: 74px;
}

.ant-calendar-picker-container .ant-calendar-month-panel .ant-calendar-decade-panel-body tr td a {
  width: 74px;
  padding: 0;
}

.ant-calendar-picker-container .ant-calendar-month-panel table,
    .ant-calendar-picker-container .ant-calendar-month-panel th,
    .ant-calendar-picker-container .ant-calendar-month-panel tr,
    .ant-calendar-picker-container .ant-calendar-month-panel td {
  display: inline-block;
  border: 0;
}

.ant-calendar-picker-container .ant-calendar-year-panel {
  padding: 0 10px;
}

.ant-calendar-picker-container .ant-calendar-year-panel .ant-calendar-decade-panel {
  padding: 0 10px;
}

.ant-calendar-picker-container .ant-calendar-time .ant-calendar-time-picker-wrap {
  margin-left: 10px;
  border: 1px solid #E6E8EB;
  border-radius: 3px;
}

.ant-calendar-picker-container .ant-calendar-time .ant-calendar-time-picker-wrap .ant-time-picker {
  width: 100%;
}

.ant-calendar-picker-container .ant-calendar-time .ant-calendar-time-picker-wrap .ant-time-picker .ant-time-picker-input {
  width: 100%;
  height: 28px;
  padding: 0;
  border: 0;
  font-family: "PingFang SC", "Hiragino Sans GB", STHeitiSC, "Helvetica", "Helvetica Neue", "Microsoft YaHei", Tahoma;
  font-size: 12px;
  text-indent: 10px;
  cursor: auto;
  outline: 0;
  border-radius: 3px;
}

.ant-calendar-picker-container .ant-calendar-time .ant-calendar-time-picker-wrap .ant-time-picker .ant-time-picker-icon {
  display: none;
}

.ant-calendar-picker-container .ant-calendar-time .ant-calendar-time-picker-wrap .ant-time-picker .date-time-picker__close-btn {
  content: '';
  position: absolute;
  top: 7px;
  right: 8px;
  cursor: pointer !important;
  font-size: 14px;
  font-family: "PingFang SC", "Hiragino Sans GB", STHeitiSC, "Helvetica", "Helvetica Neue", "Microsoft YaHei", Tahoma;
  line-height: 0;
  color: #ACB7BF;
}

.ant-calendar-picker-container .ant-calendar-time .ant-calendar-time-picker-wrap .ant-time-picker .date-time-picker__close-btn:hover {
  color: #cc2929;
}

.ant-calendar-picker-container .ant-calendar-time .ant-calendar-time-picker-wrap .ant-time-picker .date-time-picker__close-btn > svg {
  pointer-events: none;
}

.ant-calendar-picker-container .ant-calendar-time .ant-calendar-time-picker-wrap:hover {
  border-color: #96d0fa;
}

.ant-calendar-picker-container .ant-calendar-time .ant-calendar-time-picker-wrap,
  .ant-calendar-picker-container .ant-calendar-time .ant-calendar-date-input-wrap {
  width: 115px !important;
}

.ant-calendar-picker-container .ant-calendar {
  position: relative;
  outline: none;
  border-radius: 3px;
  background-color: white;
  width: 260px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}

.ant-calendar-picker-container .ant-calendar .ant-calendar-input-wrap {
  padding: 10px;
}

.ant-calendar-picker-container .ant-calendar .ant-calendar-input-wrap .ant-calendar-date-input-wrap {
  width: 100%;
  border: 1px solid #E6E8EB;
  border-radius: 3px;
}

.ant-calendar-picker-container .ant-calendar .ant-calendar-input-wrap .ant-calendar-date-input-wrap .ant-calendar-input {
  width: 100%;
  height: 28px;
  padding: 0;
  border: 0;
  font-family: "PingFang SC", "Hiragino Sans GB", STHeitiSC, "Helvetica", "Helvetica Neue", "Microsoft YaHei", Tahoma;
  font-size: 12px;
  text-indent: 10px;
  cursor: auto;
  outline: 0;
  border-radius: 3px;
}

.ant-calendar-picker-container .ant-calendar .ant-calendar-input-wrap .ant-calendar-date-input-wrap:after {
  display: block;
  position: absolute;
  content: "";
  left: 50%;
  top: 37px;
  width: 0;
  height: 2px;
  background-color: #1b85d6;
  transition: left ease-in-out .15s ,width ease-in-out .15s;
}

.ant-calendar-picker-container .ant-calendar .ant-calendar-input-wrap .ant-calendar-date-input-wrap span {
  color: #acb7bf;
}

.ant-calendar-picker-container .ant-calendar .ant-calendar-input-wrap .ant-calendar-date-input-wrap span:hover {
  color: #cc2929;
}

.ant-calendar-picker-container .ant-calendar .ant-calendar-input-wrap .ant-calendar-date-input-wrap:hover {
  border-color: #96d0fa;
}

.ant-calendar-picker-container .ant-calendar .ant-calendar-input-wrap .head-input-wrap-div-active,
      .ant-calendar-picker-container .ant-calendar .ant-calendar-input-wrap .ant-calendar-date-input-animation-active,
      .ant-calendar-picker-container .ant-calendar .ant-calendar-input-wrap .ant-calendar-time-input-animation-active {
  border: 1px solid #1687d9;
  box-shadow: 0 0 2px 1px #96d0fa;
}

.ant-calendar-picker-container .ant-calendar .ant-calendar-input-wrap .head-input-wrap-div-active:hover,
        .ant-calendar-picker-container .ant-calendar .ant-calendar-input-wrap .ant-calendar-date-input-animation-active:hover,
        .ant-calendar-picker-container .ant-calendar .ant-calendar-input-wrap .ant-calendar-time-input-animation-active:hover {
  border-color: #1687d9;
}

.ant-calendar-picker-container .ant-calendar .ant-calendar-input-wrap .month-head-input-wrap {
  border-bottom: 1px solid #83898f;
}

.ant-calendar-picker-container .ant-calendar .ant-calendar-input-wrap .head-input {
  color: #0e1114;
  font-size: 14px;
}

.ant-calendar-picker-container .ant-calendar .ant-calendar-input-wrap .head-clear-btn {
  content: '';
  position: absolute;
  top: 18px;
  display: none;
  width: 14px;
  height: 14px;
  cursor: pointer !important;
  right: 18px;
  font-size: 14px;
  line-height: 0;
  font-family: "anticon";
  color: #565e66;
}

.ant-calendar-picker-container .ant-calendar .ant-calendar-input-wrap .head-clear-btn:hover {
  color: #cc2929;
}

.ant-calendar-picker-container .ant-calendar .ant-calendar-input-wrap .head-clear-btn > svg {
  pointer-events: none;
}

.ant-calendar-picker-container .ant-calendar .ant-calendar-input-wrap .month-head-input-wrap {
  margin: 0 15px;
}

.ant-calendar-picker-container .ant-calendar .ant-calendar-input-wrap .month-head-input-wrap:after {
  display: block;
  position: absolute;
  content: "";
  left: 50%;
  top: 38px;
  width: 0;
  height: 2px;
  background-color: #1b85d6;
  transition: left ease-in-out .15s ,width ease-in-out .15s;
}

.ant-calendar-picker-container .ant-calendar .ant-calendar-input-wrap .month-head-input-wrap-active:after {
  width: 220px;
  left: 15px;
  transition: left cubic-bezier(0.66, 1.65, 0.23, 0.87) 0.35s, width cubic-bezier(0.66, 1.65, 0.23, 0.87) 0.35s;
}

.ant-calendar-picker-container .ant-calendar .ant-calendar-input-wrap .input-month-header {
  padding-bottom: 2px;
}

.ant-calendar-picker-container .ant-calendar .ant-calendar-input-wrap ::-webkit-input-placeholder {
  font-size: 12px;
  color: #565e66;
}

.ant-calendar-picker-container .ant-calendar .ant-calendar-input-wrap :-moz-placeholder {
  font-size: 12px;
  color: #565e66;
}

.ant-calendar-picker-container .ant-calendar .ant-calendar-input-wrap ::-moz-placeholder {
  font-size: 12px;
  color: #565e66;
}

.ant-calendar-picker-container .ant-calendar .ant-calendar-input-wrap :-ms-input-placeholder {
  font-size: 12px;
  color: #565e66;
}

.ant-calendar-picker-container .ant-calendar .ant-calendar-header {
  height: 27px;
  line-height: 20px;
  margin: 0 10px;
  padding-bottom: 4px;
  text-align: center;
  border-bottom: 1px solid #f0f2f5;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ant-calendar-picker-container .ant-calendar .ant-calendar-header a:hover {
  color: #1d86f0;
}

.ant-calendar-picker-container .ant-calendar .ant-calendar-header .ant-calendar-ym-select a:hover {
  color: #106ecc;
}

.ant-calendar-picker-container .ant-calendar .ant-calendar-header .ant-calendar-prev-century-btn,
      .ant-calendar-picker-container .ant-calendar .ant-calendar-header .ant-calendar-next-century-btn,
      .ant-calendar-picker-container .ant-calendar .ant-calendar-header .ant-calendar-prev-decade-btn,
      .ant-calendar-picker-container .ant-calendar .ant-calendar-header .ant-calendar-next-decade-btn,
      .ant-calendar-picker-container .ant-calendar .ant-calendar-header .ant-calendar-prev-year-btn,
      .ant-calendar-picker-container .ant-calendar .ant-calendar-header .ant-calendar-next-year-btn {
  width: 12px;
  height: 12px;
  top: 7px;
  color: #83898f;
  position: absolute;
  font-family: "PingFang SC", "Hiragino Sans GB", STHeitiSC, "Helvetica", "Helvetica Neue", "Microsoft YaHei", Tahoma;
  font-size: 12px;
  display: inline-block;
  line-height: 0;
}

.ant-calendar-picker-container .ant-calendar .ant-calendar-header .ant-calendar-prev-century-btn > svg,
        .ant-calendar-picker-container .ant-calendar .ant-calendar-header .ant-calendar-next-century-btn > svg,
        .ant-calendar-picker-container .ant-calendar .ant-calendar-header .ant-calendar-prev-decade-btn > svg,
        .ant-calendar-picker-container .ant-calendar .ant-calendar-header .ant-calendar-next-decade-btn > svg,
        .ant-calendar-picker-container .ant-calendar .ant-calendar-header .ant-calendar-prev-year-btn > svg,
        .ant-calendar-picker-container .ant-calendar .ant-calendar-header .ant-calendar-next-year-btn > svg {
  pointer-events: none;
}

.ant-calendar-picker-container .ant-calendar .ant-calendar-header .ant-calendar-century-select,
      .ant-calendar-picker-container .ant-calendar .ant-calendar-header .ant-calendar-decade-select,
      .ant-calendar-picker-container .ant-calendar .ant-calendar-header .ant-calendar-year-select,
      .ant-calendar-picker-container .ant-calendar .ant-calendar-header .ant-calendar-month-select {
  font-family: "PingFang SC", "Hiragino Sans GB", STHeitiSC, "Helvetica", "Helvetica Neue", "Microsoft YaHei", Tahoma;
  font-size: 12px;
  padding: 0 2px;
  display: inline-block;
  color: #33383d;
  line-height: 20px;
}

.ant-calendar-picker-container .ant-calendar .ant-calendar-header .ant-calendar-century-select-arrow,
      .ant-calendar-picker-container .ant-calendar .ant-calendar-header .ant-calendar-decade-select-arrow,
      .ant-calendar-picker-container .ant-calendar .ant-calendar-header .ant-calendar-year-select-arrow,
      .ant-calendar-picker-container .ant-calendar .ant-calendar-header .ant-calendar-month-select-arrow {
  display: none;
}

.ant-calendar-picker-container .ant-calendar .ant-calendar-header .ant-calendar-prev-month-btn,
      .ant-calendar-picker-container .ant-calendar .ant-calendar-header .ant-calendar-next-month-btn {
  width: 12px;
  height: 12px;
  top: 7px;
  color: #83898f;
  position: absolute;
  font-family: "PingFang SC", "Hiragino Sans GB", STHeitiSC, "Helvetica", "Helvetica Neue", "Microsoft YaHei", Tahoma;
  font-size: 12px;
  display: inline-block;
  line-height: 0;
}

.ant-calendar-picker-container .ant-calendar .ant-calendar-header .ant-calendar-prev-month-btn > svg,
        .ant-calendar-picker-container .ant-calendar .ant-calendar-header .ant-calendar-next-month-btn > svg {
  pointer-events: none;
}

.ant-calendar-picker-container .ant-calendar .ant-calendar-header .ant-calendar-prev-century-btn,
      .ant-calendar-picker-container .ant-calendar .ant-calendar-header .ant-calendar-prev-decade-btn,
      .ant-calendar-picker-container .ant-calendar .ant-calendar-header .ant-calendar-prev-year-btn {
  left: 10px;
}

.ant-calendar-picker-container .ant-calendar .ant-calendar-header .ant-calendar-next-century-btn,
      .ant-calendar-picker-container .ant-calendar .ant-calendar-header .ant-calendar-next-decade-btn,
      .ant-calendar-picker-container .ant-calendar .ant-calendar-header .ant-calendar-next-year-btn {
  right: 10px;
}

.ant-calendar-picker-container .ant-calendar .ant-calendar-header .ant-calendar-prev-month-btn {
  left: 34px;
}

.ant-calendar-picker-container .ant-calendar .ant-calendar-header .ant-calendar-next-month-btn {
  right: 34px;
}

.ant-calendar-picker-container .ant-calendar .ant-calendar-calendar-body {
  padding: 8px 10px 0 8px;
  margin-bottom: 2px;
}

.ant-calendar-picker-container .ant-calendar .ant-calendar-calendar-body .ant-calendar-table {
  border-collapse: collapse;
  max-width: 100%;
  background-color: transparent;
  width: 100%;
}

.ant-calendar-picker-container .ant-calendar .ant-calendar-calendar-body .ant-calendar-table thead .ant-calendar-column-header {
  width: 24px;
  height: 20px;
  display: inline-block;
  padding: 0;
  margin-right: 12px;
  font-size: 12px;
  color: #83898f;
  line-height: 20px;
  text-align: center;
}

.ant-calendar-picker-container .ant-calendar .ant-calendar-calendar-body .ant-calendar-table thead .ant-calendar-column-header:last-child {
  margin-right: 0px;
}

.ant-calendar-picker-container .ant-calendar .ant-calendar-calendar-body .ant-calendar-table thead tr {
  height: 20px;
}

.ant-calendar-picker-container .ant-calendar .ant-calendar-calendar-body .ant-calendar-table .ant-calendartbody .ant-calendar-cell {
  padding: 0;
  margin-right: 12px;
  color: #33383d;
}

.ant-calendar-picker-container .ant-calendar .ant-calendar-calendar-body .ant-calendar-table .ant-calendartbody .ant-calendar-cell:last-child {
  margin-right: 0;
}

.ant-calendar-picker-container .ant-calendar .ant-calendar-calendar-body .ant-calendar-table .ant-calendartbody .ant-calendar-cell .ant-calendar-date {
  position: relative;
  z-index: 1;
  display: block;
  font-size: 12px;
  border-radius: 24px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border: none;
  padding: 0;
  background: transparent;
  text-align: center;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.ant-calendar-picker-container .ant-calendar .ant-calendar-calendar-body .ant-calendar-table .ant-calendartbody .ant-calendar-cell .ant-calendar-date:hover {
  color: #106ecc;
  cursor: pointer;
}

.ant-calendar-picker-container .ant-calendar .ant-calendar-calendar-body .ant-calendar-table .ant-calendartbody .ant-calendar-cell .ant-calendar-date:active {
  color: white;
  background: #005999;
}

.ant-calendar-picker-container .ant-calendar .ant-calendar-calendar-body .ant-calendar-table .ant-calendartbody .ant-calendar-last-month-cell .ant-calendar-date,
        .ant-calendar-picker-container .ant-calendar .ant-calendar-calendar-body .ant-calendar-table .ant-calendartbody .ant-calendar-next-month-btn-day .ant-calendar-date {
  color: #bfc3c7;
}

.ant-calendar-picker-container .ant-calendar .ant-calendar-calendar-body .ant-calendar-table .ant-calendartbody .ant-calendar-last-month-cell .ant-calendar-date:hover,
          .ant-calendar-picker-container .ant-calendar .ant-calendar-calendar-body .ant-calendar-table .ant-calendartbody .ant-calendar-next-month-btn-day .ant-calendar-date:hover {
  color: #bfc3c7;
}

.ant-calendar-picker-container .ant-calendar .ant-calendar-calendar-body .ant-calendar-table .ant-calendartbody .ant-calendar-selected-day .ant-calendar-date {
  background: #1d86f0;
  color: white;
}

.ant-calendar-picker-container .ant-calendar .ant-calendar-calendar-body .ant-calendar-table .ant-calendartbody .ant-calendar-selected-day .ant-calendar-date:hover {
  color: white;
  background: #1d86f0;
}

.ant-calendar-picker-container .ant-calendar .ant-calendar-calendar-body .ant-calendar-table .ant-calendartbody .ant-calendar-start-day-cell:before {
  content: '';
  display: block;
  background: #eaf8fe;
  border-radius: 0;
  border: 0;
  position: absolute;
  top: 0;
  left: 12px;
  right: 0;
  width: 18px;
  height: 24px;
}

.ant-calendar-picker-container .ant-calendar .ant-calendar-calendar-body .ant-calendar-table .ant-calendartbody .ant-calendar-end-day-cell:before {
  content: '';
  display: block;
  background: #eaf8fe;
  border-radius: 0;
  border: 0;
  position: absolute;
  top: 0;
  left: -6px;
  right: 0;
  width: 18px;
  height: 24px;
}

.ant-calendar-picker-container .ant-calendar .ant-calendar-calendar-body .ant-calendar-table .ant-calendartbody tr {
  margin-top: 8px;
  height: 24px;
}

.ant-calendar-picker-container .ant-calendar .ant-calendar-calendar-body .ant-calendar-table .ant-calendartbody td {
  position: relative;
}

.ant-calendar-picker-container .ant-calendar .ant-calendar-calendar-body table,
      .ant-calendar-picker-container .ant-calendar .ant-calendar-calendar-body th,
      .ant-calendar-picker-container .ant-calendar .ant-calendar-calendar-body tr,
      .ant-calendar-picker-container .ant-calendar .ant-calendar-calendar-body td {
  display: inline-block;
  border: 0;
}

.ant-calendar-picker-container .ant-calendar .ant-calendar-footer {
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  position: relative;
  z-index: 10;
}

.ant-calendar-picker-container .ant-calendar .ant-calendar-footer-btn {
  font-size: 12px;
  color: #106ecc;
  text-align: center;
  display: block;
  line-height: 40px;
  border-top: 1px solid #f0f2f5;
}

.ant-calendar-picker-container .ant-calendar .ant-calendar-footer-btn a:hover {
  color: #1d86f0;
}

.ant-calendar-picker-container .ant-calendar .ant-calendar-footer-btn .ant-calendar-ok-btn:hover {
  color: #fff;
}

.ant-calendar-picker-container .ant-calendar .ant-calendar-footer > div {
  display: inline-block;
}

.ant-calendar-picker-container .ant-calendar .ant-time-picker-panel-inner {
  height: 253px;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  font-size: 12px;
  background-color: white;
  border-radius: 6px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}

.ant-calendar-picker-container .ant-calendar .ant-time-picker-panel-inner .ant-time-picker-panel-input-wrap {
  height: 48px;
  padding: 10px;
  position: relative;
}

.ant-calendar-picker-container .ant-calendar .ant-time-picker-panel-inner .ant-time-picker-panel-input-wrap .ant-time-picker-panel-input {
  padding-left: 8px;
  position: relative;
  border: 1px solid #E6E8EB;
  border-radius: 3px;
  color: #33383d;
  font-size: 12px;
  line-height: 20px;
  height: 28px;
  border-radius: 3px;
}

.ant-calendar-picker-container .ant-calendar .ant-time-picker-panel-inner .ant-time-picker-panel-input-wrap input::-moz-placeholder,
        .ant-calendar-picker-container .ant-calendar .ant-time-picker-panel-inner .ant-time-picker-panel-input-wrap input:-ms-input-placeholder,
        .ant-calendar-picker-container .ant-calendar .ant-time-picker-panel-inner .ant-time-picker-panel-input-wrap input::-webkit-input-placeholder {
  font-family: "PingFang SC", "Hiragino Sans GB", STHeitiSC, "Helvetica", "Helvetica Neue", "Microsoft YaHei", Tahoma;
  font-size: 12px;
  line-height: 20px;
  color: #565e66;
}

.ant-calendar-picker-container .ant-calendar .ant-time-picker-panel-inner .ant-time-picker-panel-input-wrap .search-input-active {
  border-color: #5CADFF;
}

.ant-calendar-picker-container .ant-calendar .ant-time-picker-panel-inner .time-head-inner {
  display: inline-block;
  border-bottom: 1px solid #F0F2F5;
}

.ant-calendar-picker-container .ant-calendar .ant-time-picker-panel-inner .time-head-inner .time-head-span {
  display: inline-block;
  width: 62px;
  font-family: "PingFang SC", "Hiragino Sans GB", STHeitiSC, "Helvetica", "Helvetica Neue", "Microsoft YaHei", Tahoma;
  font-size: 12px;
  color: #33383d;
  float: left;
  line-height: 20px;
  text-align: center;
}

.ant-calendar-picker-container .ant-calendar .ant-time-picker-panel-inner .ant-time-picker-panel-combobox .ant-time-picker-panel-select {
  float: left;
  width: 63px;
  font-size: 12px;
  border-left: 1px solid #E4EBF0;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

.ant-calendar-picker-container .ant-calendar .ant-time-picker-panel-inner .ant-time-picker-panel-combobox .ant-time-picker-panel-select:hover {
  overflow-y: auto;
}

.ant-calendar-picker-container .ant-calendar .ant-time-picker-panel-inner .ant-time-picker-panel-combobox .ant-time-picker-panel-select:first-child {
  border-left: 0;
  margin-left: 0;
  width: 62px !important;
}

.ant-calendar-picker-container .ant-calendar .ant-time-picker-panel-inner .ant-time-picker-panel-combobox .ant-time-picker-panel-select:last-child {
  border-right: 0;
}

.ant-calendar-picker-container .ant-calendar .ant-time-picker-panel-inner .ant-time-picker-panel-combobox .ant-time-picker-panel-select ul {
  list-style: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  max-height: 160px;
}

.ant-calendar-picker-container .ant-calendar .ant-time-picker-panel-inner .ant-time-picker-panel-combobox .ant-time-picker-panel-select ul li {
  list-style: none;
  box-sizing: content-box;
  color: #0e1114;
  margin-top: 8px;
  font-size: 12px;
  font-family: "PingFang SC", "Hiragino Sans GB", STHeitiSC, "Helvetica", "Helvetica Neue", "Microsoft YaHei", Tahoma;
  width: 100%;
  height: 20px;
  padding-left: 24px;
  line-height: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.ant-calendar-picker-container .ant-calendar .ant-time-picker-panel-inner .ant-time-picker-panel-combobox .ant-time-picker-panel-select ul li:hover {
  color: #106ecc;
}

.ant-calendar-picker-container .ant-calendar .ant-time-picker-panel-inner .ant-time-picker-panel-combobox .ant-time-picker-panel-select li.ant-time-picker-panel-select-option-selected {
  background: rgba(133, 194, 255, 0.1);
  color: #106ecc;
}

.ant-calendar-picker-container .ant-calendar .ant-time-picker-panel-inner .ant-time-picker-panel-combobox .ant-time-picker-panel-select li.ant-time-picker-panel-select-option-disabled {
  color: #bfc3c7;
}

.ant-calendar-picker-container .ant-calendar .ant-time-picker-panel-inner .ant-time-picker-panel-combobox .ant-time-picker-panel-select li.ant-time-picker-panel-select-option-disabled:hover {
  color: #bfc3c7;
  cursor: not-allowed;
}

.ant-calendar-calendar-table {
  border-spacing: 0;
  margin-bottom: 0;
}

.ant-calendar-week-number-header .ant-calendar-column-header-inner {
  display: none;
}

.ant-calendar-today .ant-calendar-date {
  border-color: #1d86f0;
  font-weight: bold;
  color: #1d86f0;
}

.ant-calendar-disabled-cell .ant-calendar-date {
  cursor: not-allowed !important;
  color: #bcbcbc;
  background: #f3f3f3;
  border-radius: 0;
  width: auto;
}

.ant-calendar-disabled-cell .ant-calendar-date:active {
  color: #bcbcbc !important;
  background: #fff !important;
}

.ant-calendar-disabled-cell .ant-calendar-date:hover {
  color: #bcbcbc !important;
}

.ant-calendar-disabled-cell .ant-calendar-date:hover {
  background: #f3f3f3;
}

.ant-calendar-disabled-cell-first-of-row .ant-calendar-date {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.ant-calendar-disabled-cell-last-of-row .ant-calendar-date {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.ant-calendar-time .ant-calendar-footer {
  padding: 0 15px;
  height: 64px;
  line-height: 64px;
}

.ant-calendar-time .ant-calendar-footer-btn {
  line-height: 64px;
}

.ant-calendar-time .ant-calendar-ok-btn {
  width: 50px;
  height: 26px;
  line-height: 26px;
}

.ant-calendar .ant-calendar-today-btn,
.ant-calendar .ant-calendar-clear-btn {
  display: inline-block;
  text-align: center;
}

.ant-calendar .ant-calendar-today-btn-disabled,
.ant-calendar .ant-calendar-clear-btn-disabled {
  color: #acb7bf;
  cursor: not-allowed;
}

.ant-calendar .ant-calendar-clear-btn {
  position: absolute;
  right: 5px;
  text-indent: -76px;
  overflow: hidden;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  top: 7px;
  margin: 0;
}

.ant-calendar .ant-calendar-clear-btn:after {
  content: "\E602";
  font-family: "anticon";
  font-size: 12px;
  color: #acb7bf;
  display: inline-block;
  line-height: 1;
  width: 20px;
  text-indent: 43px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.ant-calendar .ant-calendar-clear-btn:hover:after {
  color: #999;
}

.ant-calendar .ant-calendar-ok-btn {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.18);
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #fff;
  background-color: #1d86f0;
  font-size: 12px;
  border-radius: 2px;
  position: absolute;
  bottom: 7px;
  right: 15px;
}

.ant-calendar .ant-calendar-ok-btn > .anticon {
  line-height: 1;
}

.ant-calendar .ant-calendar-ok-btn,
.ant-calendar .ant-calendar-ok-btn:active,
.ant-calendar .ant-calendar-ok-btn:focus {
  outline: 0;
}

.ant-calendar .ant-calendar-ok-btn:not([disabled]):hover {
  text-decoration: none;
  color: #fff;
}

.ant-calendar .ant-calendar-ok-btn:not([disabled]):active {
  outline: 0;
  -webkit-transition: none;
  transition: none;
}

.ant-calendar .ant-calendar-ok-btn.disabled,
.ant-calendar .ant-calendar-ok-btn[disabled] {
  cursor: not-allowed;
}

.ant-calendar .ant-calendar-ok-btn-lg {
  padding: 4px 15px 5px 15px;
  font-size: 14px;
  border-radius: 6px;
}

.ant-calendar .ant-calendar-ok-btn-sm {
  padding: 1px 7px;
  font-size: 12px;
  border-radius: 4px;
}

.ant-calendar .ant-calendar-ok-btn:hover,
.ant-calendar .ant-calendar-ok-btn:focus {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s;
}

.ant-calendar .ant-calendar-ok-btn:active,
.ant-calendar .ant-calendar-ok-btn.active {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s;
}

.ant-calendar .ant-calendar-ok-btn-disabled,
.ant-calendar .ant-calendar-ok-btn-disabled,
.ant-calendar .ant-calendar-ok-btn-disabled:hover,
.ant-calendar .ant-calendar-ok-btn-disabled:focus {
  box-shadow: none;
  transition: none;
  background: rgba(29, 134, 240, 0.5) !important;
  color: #fff !important;
}

.ant-calendar .ant-calendar-ok-btn.disabled,
.ant-calendar .ant-calendar-ok-btn[disabled],
fieldset[disabled] .ant-calendar .ant-calendar-ok-btn,
.ant-calendar .ant-calendar-ok-btn.disabled:hover,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover,
fieldset[disabled] .ant-calendar .ant-calendar-ok-btn:hover,
.ant-calendar .ant-calendar-ok-btn.disabled:focus,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus,
fieldset[disabled] .ant-calendar .ant-calendar-ok-btn:focus,
.ant-calendar .ant-calendar-ok-btn.disabled:active,
.ant-calendar .ant-calendar-ok-btn[disabled]:active,
fieldset[disabled] .ant-calendar .ant-calendar-ok-btn:active,
.ant-calendar .ant-calendar-ok-btn.disabled.active,
.ant-calendar .ant-calendar-ok-btn[disabled].active,
fieldset[disabled] .ant-calendar .ant-calendar-ok-btn.active {
  color: #acb7bf;
  background-color: #f4f4f4;
  border-color: #83898f;
}

.ant-calendar .ant-calendar-ok-btn:hover,
.ant-calendar .ant-calendar-ok-btn:focus,
.ant-calendar .ant-calendar-ok-btn:active,
.ant-calendar .ant-calendar-ok-btn.active {
  color: #fff;
}

.ant-calendar .ant-calendar-ok-btn-disabled {
  color: #acb7bf;
  background-color: #f4f4f4;
  border-color: #83898f;
  cursor: not-allowed;
}

.ant-calendar-range-picker .ant-input {
  padding: 9px 26px 9px 0;
  color: #0e1114;
}

.ant-calendar-range-picker-input {
  background-color: transparent;
  border: 0;
  height: 25px;
  line-height: 25px;
  outline: 0;
  width: 43%;
  text-align: center;
}

.ant-calendar-range-picker-input[disabled] {
  cursor: not-allowed;
}

.ant-calendar-range-picker-separator {
  color: #999;
}

.ant-calendar-range {
  width: 520px !important;
  overflow: hidden;
}

.ant-calendar-range-part {
  width: 50%;
}

.ant-calendar-range-left {
  float: left;
}

.ant-calendar-range-left .ant-calendar-date-input-wrap {
  margin-right: 10px;
}

.ant-calendar-range-left .ant-calendar-input-wrap .date-time-close {
  left: 228px;
}

.ant-calendar-range-left .ant-calendar-input-wrap {
  padding-left: 0;
}

.ant-calendar-range-left .ant-calendar-time-picker-wrap {
  margin-left: 0px !important;
}

.ant-calendar-range-right {
  float: right;
}

.ant-calendar-range-right .ant-calendar-date-input-wrap {
  margin-right: 10px;
}

.ant-calendar-range-right .ant-calendar-time-picker-wrap {
  margin-left: 0px !important;
}

.ant-calendar-range-middle {
  display: none;
  position: absolute;
  left: 256px;
  margin-top: 15px;
  text-align: center;
  width: 9px;
  height: 24px;
  font-family: "PingFang SC", "Hiragino Sans GB", STHeitiSC, "Helvetica", "Helvetica Neue", "Microsoft YaHei", Tahoma;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 24px;
  color: #0e1114;
}

.ant-calendar .ant-calendar-range-left .ant-calendar-date-input-wrap:after {
  display: block;
  position: absolute;
  content: "";
  left: 13%;
  top: 37px;
  width: 0;
  height: 2px;
  background-color: #1b85d6;
  transition: left ease-in-out .15s ,width ease-in-out .15s;
}

.ant-calendar .ant-calendar-range-left .ant-calendar-date-input-animation-active:after {
  width: 100px !important;
  left: 20px !important;
  transition: left cubic-bezier(0.66, 1.65, 0.23, 0.87) 0.35s, width cubic-bezier(0.66, 1.65, 0.23, 0.87) 0.35s;
}

.ant-calendar .ant-calendar-range-left .ant-calendar-date-input-wrap {
  border: none;
}

.ant-calendar .ant-calendar-range-left .ant-calendar-date-input-wrap:after {
  display: block;
  position: absolute;
  content: "";
  left: 13%;
  top: 37px;
  width: 0;
  height: 2px;
  background-color: #1b85d6;
  transition: left ease-in-out .15s ,width ease-in-out .15s;
}

.ant-calendar .ant-calendar-range-left .head-input-wrap-div .head-input {
  padding: 4px 7px;
}

.ant-calendar .ant-calendar-range-left .head-input-wrap-div-active .head-input {
  padding: 4px 7px;
}

.ant-calendar .ant-calendar-range-right .head-input-wrap-div-active .head-input {
  padding: 4px 7px;
}

.ant-calendar .ant-calendar-range-right .head-input-wrap-div .head-input {
  padding: 4px 7px;
}

.ant-calendar .ant-calendar-range-right .ant-calendar-date-input-wrap {
  border: none;
}

.ant-calendar .ant-calendar-range-right .ant-calendar-date-input-wrap:after {
  display: block;
  position: absolute;
  content: "";
  left: 63%;
  top: 37px;
  width: 0;
  height: 2px;
  background-color: #1b85d6;
  transition: left ease-in-out .15s ,width ease-in-out .15s;
}

.ant-calendar .ant-calendar-range-right .ant-calendar-date-input-animation-active:after {
  width: 100px;
  left: 282px;
  transition: left cubic-bezier(0.66, 1.65, 0.23, 0.87) 0.35s, width cubic-bezier(0.66, 1.65, 0.23, 0.87) 0.35s;
}

.ant-calendar-input-wrap .ant-calendar-date-input-wrap:after {
  display: block;
  position: absolute;
  content: "";
  left: 25%;
  top: 37px;
  width: 0;
  height: 2px;
  background-color: #1b85d6;
  transition: left ease-in-out .15s ,width ease-in-out .15s;
}

.ant-calendar-input-wrap .ant-calendar-date-input-animation-active:after {
  width: 100px;
  left: 20px;
  transition: left cubic-bezier(0.66, 1.65, 0.23, 0.87) 0.35s, width cubic-bezier(0.66, 1.65, 0.23, 0.87) 0.35s;
}

.ant-calendar-range .month-head-input-wrap-active:after {
  width: 230px;
}

.ant-calendar-picker-container .ant-calendar-range-left .range-time-left {
  display: block;
  float: left;
  left: 198px;
}

.ant-calendar-picker-container .ant-calendar-range-left .ant-calendar-time-picker-wrap:after {
  display: block;
  position: absolute;
  content: "";
  left: 35% !important;
  top: 37px;
  width: 0;
  height: 2px;
  background-color: #1b85d6;
  transition: left ease-in-out .15s ,width ease-in-out .15s;
}

.ant-calendar-picker-container .ant-calendar-range-left .ant-calendar-time-input-animation-active:after {
  width: 100px;
  left: 130px !important;
  transition: left cubic-bezier(0.66, 1.65, 0.23, 0.87) 0.35s, width cubic-bezier(0.66, 1.65, 0.23, 0.87) 0.35s;
}

.ant-calendar-picker-container .ant-calendar-range-right .ant-calendar-time-picker-wrap:after {
  display: block;
  position: absolute;
  content: "";
  left: 85% !important;
  top: 37px;
  width: 0;
  height: 2px;
  background-color: #1b85d6;
  transition: left ease-in-out .15s ,width ease-in-out .15s;
}

.ant-calendar-picker-container .ant-calendar-range-right .ant-calendar-time-input-animation-active:after {
  width: 100px;
  left: 392px !important;
  transition: left cubic-bezier(0.66, 1.65, 0.23, 0.87) 0.35s, width cubic-bezier(0.66, 1.65, 0.23, 0.87) 0.35s;
}

.ant-calendar-picker-container .ant-calendar-range-right .head-clear-btn-time {
  left: 368px !important;
}

.ant-calendar-picker-container .ant-calendar-input-wrap .head-clear-btn-time {
  position: absolute;
  display: none;
  top: 18px;
  width: 14px;
  height: 14px;
  cursor: pointer !important;
  left: 107px;
  font-size: 14px;
  line-height: 0;
  color: #ACB7BF;
}

.ant-calendar-picker-container .ant-calendar-input-wrap .head-clear-btn-time:hover {
  color: #cc2929;
}

.ant-calendar-picker-container .ant-calendar-input-wrap .head-clear-btn-time > svg {
  pointer-events: none;
}

.ant-calendar-picker-container .ant-calendar-input-wrap .head-clear-btn-time-time {
  position: absolute;
  top: 18px;
  display: none;
  width: 14px;
  height: 14px;
  cursor: pointer !important;
  right: 40px;
  font-size: 14px;
  color: #ACB7BF;
}

.ant-calendar-picker-container .ant-calendar-input-wrap .head-clear-btn-time-time:hover {
  color: #cc2929;
}

.ant-calendar-picker-container .ant-calendar-input-wrap .head-clear-btn-time-time > svg {
  pointer-events: none;
}

.ant-calendar-picker-container .ant-calendar-input-wrap .ant-calendar-time-picker-wrap:after {
  display: block;
  position: absolute;
  content: "";
  left: 75%;
  top: 37px;
  width: 0;
  height: 2px;
  background-color: #1b85d6;
  transition: left ease-in-out .15s ,width ease-in-out .15s;
}

.ant-calendar-picker-container .ant-calendar-input-wrap .ant-calendar-time-input-animation-active:after {
  width: 100px;
  left: 138px;
  transition: left cubic-bezier(0.66, 1.65, 0.23, 0.87) 0.35s, width cubic-bezier(0.66, 1.65, 0.23, 0.87) 0.35s;
}

.ant-calendar-range.ant-calendar-time .ant-calendar-range-right .ant-calendar-date-input-wrap {
  margin-left: -15px;
}

.ant-calendar-range .ant-calendar-input {
  border-bottom: 1px solid #83898f;
}

.ant-calendar-range .ant-calendar-input,
.ant-calendar-range .ant-time-picker-input {
  border: 0;
  text-align: left;
  position: relative;
  display: inline-block;
  padding: 4px 7px;
  cursor: text;
  font-family: "PingFang SC", "Hiragino Sans GB", STHeitiSC, "Helvetica", "Helvetica Neue", "Microsoft YaHei", Tahoma;
  font-size: 12px;
  line-height: 1.5;
  color: #0e1114;
  background-color: #fff;
  background-image: none;
  border-bottom: 1px solid #83898f;
  -webkit-transition: border 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: border 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  height: 29px;
  width: 210px;
}

.ant-calendar-range .ant-calendar-input::-moz-placeholder,
.ant-calendar-range .ant-time-picker-input::-moz-placeholder {
  font-family: "PingFang SC", "Hiragino Sans GB", STHeitiSC, "Helvetica", "Helvetica Neue", "Microsoft YaHei", Tahoma;
  color: #565e66;
  opacity: 1;
}

.ant-calendar-range .ant-calendar-input:-ms-input-placeholder,
.ant-calendar-range .ant-time-picker-input:-ms-input-placeholder {
  font-family: "PingFang SC", "Hiragino Sans GB", STHeitiSC, "Helvetica", "Helvetica Neue", "Microsoft YaHei", Tahoma;
  color: #565e66;
}

.ant-calendar-range .ant-calendar-input::-webkit-input-placeholder,
.ant-calendar-range .ant-time-picker-input::-webkit-input-placeholder {
  font-family: "PingFang SC", "Hiragino Sans GB", STHeitiSC, "Helvetica", "Helvetica Neue", "Microsoft YaHei", Tahoma;
  color: #565e66;
}

.ant-calendar-range .ant-calendar-input[disabled],
.ant-calendar-range .ant-time-picker-input[disabled],
fieldset[disabled] .ant-calendar-range .ant-calendar-input,
fieldset[disabled] .ant-calendar-range .ant-time-picker-input {
  background-color: #f4f4f4;
  opacity: 1;
  cursor: not-allowed;
  color: #acb7bf;
}

.ant-calendar-range .ant-calendar-input[disabled]:hover,
.ant-calendar-range .ant-time-picker-input[disabled]:hover,
fieldset[disabled] .ant-calendar-range .ant-calendar-input:hover,
fieldset[disabled] .ant-calendar-range .ant-time-picker-input:hover {
  border-color: #e1e1e1;
}

textarea.ant-calendar-range .ant-calendar-input,
textarea.ant-calendar-range .ant-time-picker-input {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.ant-calendar-range .ant-calendar-input-lg,
.ant-calendar-range .ant-time-picker-input-lg {
  padding: 6px 7px;
  height: 32px;
}

.ant-calendar-range .ant-calendar-input-sm,
.ant-calendar-range .ant-time-picker-input-sm {
  padding: 1px 7px;
  height: 22px;
  border-radius: 4px;
}

.ant-calendar-range .ant-time-picker-icon {
  display: none;
}

.ant-calendar-range.ant-calendar-week-number {
  width: 574px;
}

.ant-calendar-range.ant-calendar-week-number .ant-calendar-range-part {
  width: 286px;
}

.ant-calendar-range .ant-calendar-month-panel .ant-calendar-year-panel {
  top: 0;
}

.ant-calendar-range .ant-calendar-decade-panel-table,
.ant-calendar-range .ant-calendar-year-panel-table,
.ant-calendar-range .ant-calendar-month-panel-table {
  height: 208px;
}

.ant-calendar-range .ant-calendar-in-range-cell {
  border-radius: 0;
}

.ant-calendar-range .ant-calendar-range-right .ant-calendar-month-panel-cell:nth-child(3n+3):before {
  width: 70px;
  left: 2px;
}

.ant-calendar-range .ant-calendar-range-left .ant-calendar-month-panel-cell:nth-child(3n+1):before {
  width: 70px;
  left: 14px;
}

.ant-calendar-range .ant-calendar-range-right .ant-calendar-month-panel-cell:before {
  top: 13px;
  width: 94px;
  left: 15px;
}

.ant-calendar-range .ant-calendar-range-left .ant-calendar-month-panel-cell:before {
  top: 13px;
  width: 98px;
  left: -27px;
}

.ant-calendar-range .ant-calendar-in-range-cell:before {
  content: '';
  display: block;
  background: #eaf8fe;
  border-radius: 0;
  border: 0;
  position: absolute;
  top: 0;
  left: -6px;
  right: 0;
  width: 36px;
  height: 24px;
}

.ant-calendar-range-bottom {
  margin: 0 15px;
  border-top: 1px solid #E4EBF0;
  text-align: center;
}

.ant-calendar-range .ant-calendar-ok-btn {
  position: absolute;
  bottom: 0;
  margin-bottom: 12px;
  margin-top: 12px;
  width: 50px;
  font-size: 12px;
  line-height: 26px;
  height: 26px;
  border-radius: 2px;
  background-color: #1d86f0;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}

.ant-calendar-range .ant-calendar-today-btn {
  height: 26px;
  line-height: 26px;
  margin: 15px 0;
  width: 48px;
  font-family: "PingFang SC", "Hiragino Sans GB", STHeitiSC, "Helvetica", "Helvetica Neue", "Microsoft YaHei", Tahoma;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 26px;
  color: #005999;
}

.ant-calendar-range .ant-calendar-clear-btn {
  display: none;
}

.ant-calendar-picker-container .ant-calendar-time .ant-calendar-range-bottom .ant-calendar-today-btn {
  margin: 12px 0;
}

.ant-calendar-time .ant-calendar-input-wrap {
  direction: rtl;
}

.ant-calendar-time .ant-calendar-input-wrap .ant-calendar-date-input-wrap,
.ant-calendar-time .ant-calendar-input-wrap .ant-calendar-time-picker-wrap {
  direction: ltr;
  display: inline-block;
}

.ant-calendar-time .ant-calendar-input-wrap .ant-time-picker-panel,
.ant-calendar-time .ant-calendar-input-wrap .ant-calendar-clear-btn {
  direction: ltr;
}

.ant-calendar-time .ant-calendar-input,
.ant-calendar-time .ant-time-picker-input {
  border: 0;
  text-align: left;
  position: relative;
  display: inline-block;
  cursor: text;
  font-size: 14px;
  font-family: "PingFang SC", "Hiragino Sans GB", STHeitiSC, "Helvetica", "Helvetica Neue", "Microsoft YaHei", Tahoma;
  color: #0e1114;
  background-color: #fff;
  background-image: none;
  border-bottom: 1px solid #83898f;
  height: 24px;
  width: 100px;
  padding-bottom: 5px;
  margin-right: 10px;
}

.ant-calendar-time .ant-calendar-input::-moz-placeholder,
.ant-calendar-time .ant-time-picker-input::-moz-placeholder {
  font-family: "PingFang SC", "Hiragino Sans GB", STHeitiSC, "Helvetica", "Helvetica Neue", "Microsoft YaHei", Tahoma;
  color: #acb7bf;
  opacity: 1;
}

.ant-calendar-time .ant-calendar-input:-ms-input-placeholder,
.ant-calendar-time .ant-time-picker-input:-ms-input-placeholder {
  font-family: "PingFang SC", "Hiragino Sans GB", STHeitiSC, "Helvetica", "Helvetica Neue", "Microsoft YaHei", Tahoma;
  color: #acb7bf;
}

.ant-calendar-time .ant-calendar-input::-webkit-input-placeholder,
.ant-calendar-time .ant-time-picker-input::-webkit-input-placeholder {
  font-family: "PingFang SC", "Hiragino Sans GB", STHeitiSC, "Helvetica", "Helvetica Neue", "Microsoft YaHei", Tahoma;
  color: #acb7bf;
}

.ant-calendar-time .ant-calendar-input[disabled],
.ant-calendar-time .ant-time-picker-input[disabled],
fieldset[disabled] .ant-calendar-time .ant-calendar-input,
fieldset[disabled] .ant-calendar-time .ant-time-picker-input {
  background-color: #f4f4f4;
  opacity: 1;
  cursor: not-allowed;
  color: #acb7bf;
}

.ant-calendar-time .ant-calendar-input[disabled]:hover,
.ant-calendar-time .ant-time-picker-input[disabled]:hover,
fieldset[disabled] .ant-calendar-time .ant-calendar-input:hover,
fieldset[disabled] .ant-calendar-time .ant-time-picker-input:hover {
  border-color: #e1e1e1;
}

textarea.ant-calendar-time .ant-calendar-input,
textarea.ant-calendar-time .ant-time-picker-input {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.ant-calendar-time .ant-calendar-input-lg,
.ant-calendar-time .ant-time-picker-input-lg {
  padding: 6px 7px;
  height: 32px;
}

.ant-calendar-time .ant-calendar-input-sm,
.ant-calendar-time .ant-time-picker-input-sm {
  padding: 1px 7px;
  height: 22px;
  border-radius: 4px;
}

.ant-calendar-time .ant-time-picker-icon {
  display: block;
}

.ant-calendar-month-panel {
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: 10;
  position: absolute;
  outline: none;
  border-radius: 6px;
}

.ant-calendar-month-panel-hidden {
  display: none;
}

.ant-calendar-month-panel-table {
  table-layout: fixed;
  width: 100%;
  height: 220px;
  border-collapse: separate;
}

.ant-calendar-month-panel-selected-cell .ant-calendar-month-panel-month {
  background: #1d86f0;
  color: #fff;
}

.ant-calendar-month-panel-selected-cell .ant-calendar-month-panel-month:hover {
  background: #1d86f0;
  color: #fff;
}

.ant-calendar-month-panel-cell {
  text-align: center;
  position: relative;
}

.ant-calendar-month-panel-current-cell .ant-calendar-month-panel-month {
  border: 1px solid #1d86f0;
  color: #1d86f0;
}

.ant-calendar-month-panel-cell-disabled .ant-calendar-month-panel-month,
.ant-calendar-month-panel-cell-disabled .ant-calendar-month-panel-month:hover {
  cursor: not-allowed;
  color: #bcbcbc;
  background: #f3f3f3;
}

.ant-calendar-month-panel-month {
  font-family: "PingFang SC", "Hiragino Sans GB", STHeitiSC, "Helvetica", "Helvetica Neue", "Microsoft YaHei", Tahoma;
  display: inline-block;
  margin: 0 auto;
  color: #0e1114;
  position: relative;
  z-index: 1;
  background: transparent;
  text-align: center;
  width: 60px;
  height: 26px;
  line-height: 26px;
  padding: 0 6px;
  border-radius: 36px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.ant-calendar-month-panel-month:hover {
  background-color: #FFF;
  color: #1d86f0;
  font-family: "PingFang SC", "Hiragino Sans GB", STHeitiSC, "Helvetica", "Helvetica Neue", "Microsoft YaHei", Tahoma;
  cursor: pointer;
}

.ant-calendar-year-panel {
  left: 0;
  top: 46px;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: 10;
  position: absolute;
  outline: none;
  border-radius: 6px;
}

.ant-calendar-year-panel .ant-calendar-year-panel-next-decade-btn {
  width: 12px;
  height: 12px;
  top: 4px;
    /* color: #83898f; */
  position: absolute;
  font-family: "PingFang SC", "Hiragino Sans GB", STHeitiSC, "Helvetica", "Helvetica Neue", "Microsoft YaHei", Tahoma;
  font-size: 12px;
  display: inline-block;
  line-height: 0;
  margin-left: 5px;
}

.ant-calendar-year-panel .ant-calendar-year-panel-next-decade-btn > svg {
  pointer-events: none;
}

.ant-calendar-year-panel .ant-calendar-year-panel-prev-decade-btn {
  width: 12px;
  height: 12px;
  font-family: "PingFang SC", "Hiragino Sans GB", STHeitiSC, "Helvetica", "Helvetica Neue", "Microsoft YaHei", Tahoma;
  font-size: 12px;
  display: inline-block;
  line-height: 0;
  margin-right: -12px;
  right: 28px;
  position: relative;
}

.ant-calendar-year-panel .ant-calendar-year-panel-prev-decade-btn > svg {
  pointer-events: none;
}

.ant-calendar-year-panel-hidden {
  display: none;
}

.ant-calendar-year-panel-table {
  table-layout: fixed;
  width: 100%;
  height: 220px;
  border-collapse: separate;
}

.ant-calendar-range .ant-calendar-range-left .ant-calendar-year-panel-cell:nth-child(3n+1):before {
  width: 48px;
  left: 15px;
}

.ant-calendar-range .ant-calendar-range-right .ant-calendar-year-panel-cell:nth-child(3n+3):before {
  width: 46px;
  left: 25px;
}

.ant-calendar-range .ant-calendar-range-left .ant-calendar-year-panel-cell:before {
  top: 13px;
  bottom: 4px;
  width: 95px;
  height: 26px;
  left: -23px;
}

.ant-calendar-range .ant-calendar-range-right .ant-calendar-year-panel-cell:before {
  top: 13px;
  bottom: 4px;
  width: 99px;
  left: 13px;
  height: 26px;
}

.ant-calendar-year-panel-cell {
  text-align: center;
  position: relative;
}

.ant-calendar-year-panel-current-cell .ant-calendar-year-panel-year {
  border: 1px solid #1d86f0;
  color: #1d86f0;
}

.ant-calendar-year-panel-year {
  font-family: "PingFang SC", "Hiragino Sans GB", STHeitiSC, "Helvetica", "Helvetica Neue", "Microsoft YaHei", Tahoma;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 0 auto;
  color: #0e1114;
  background: transparent;
  text-align: center;
  width: 60px;
  height: 26px;
  line-height: 26px;
  padding: 0 6px;
  border-radius: 36px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.ant-calendar-year-panel-year:hover {
  background: #fff;
  color: #1d86f0;
  cursor: pointer;
}

.ant-calendar-year-panel-selected-cell .ant-calendar-year-panel-year {
  background: #1d86f0;
  color: #fff;
}

.ant-calendar-year-panel-selected-cell .ant-calendar-year-panel-year:hover {
  background: #1d86f0;
  color: #fff;
}

.ant-calendar-year-panel-last-decade-cell .ant-calendar-year-panel-year,
.ant-calendar-year-panel-next-decade-cell .ant-calendar-year-panel-year {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ant-calendar-year-panel-last-decade-cell .ant-calendar-year-panel-year:before,
.ant-calendar-year-panel-next-decade-cell .ant-calendar-year-panel-year:before {
  content: "\E600";
  font-family: "anticon" !important;
}

.ant-calendar-year-panel-last-decade-cell .ant-calendar-year-panel-year:before {
  content: "\E601";
}

.ant-calendar-month-panel .ant-calendar-year-panel {
  top: 0;
}

.ant-calendar-decade-panel {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: 10;
  position: absolute;
  outline: none;
  border-radius: 6px;
}

.ant-calendar-decade-panel-hidden {
  display: none;
}

.ant-calendar-decade-panel-table {
  table-layout: fixed;
  width: 100%;
  height: 220px;
  border-collapse: separate;
}

.ant-calendar-decade-panel-cell {
  text-align: center;
}

.ant-calendar-decade-panel-current-cell .ant-calendar-decade-panel-decade {
  color: #1d86f0;
  border: 1px solid #1d86f0;
}

.ant-calendar-decade-panel-century {
  color: #0e1114;
  display: inline-block;
}

.ant-calendar-decade-panel-decade {
  display: inline-block;
  margin: 0 auto;
  color: #33383d;
  background: transparent;
  text-align: center;
  height: 26px;
  line-height: 26px;
  padding: 0 6px;
  border-radius: 36px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.ant-calendar-decade-panel-decade:hover {
  color: #106ecc;
  cursor: pointer;
}

.ant-calendar-decade-panel-selected-cell .ant-calendar-decade-panel-decade {
  background: #1d86f0;
  color: #fff;
}

.ant-calendar-decade-panel-selected-cell .ant-calendar-decade-panel-decade:hover {
  background: #fff;
  color: #1d86f0;
}

.ant-calendar-decade-panel-last-century-cell .ant-calendar-decade-panel-decade,
.ant-calendar-decade-panel-next-century-cell .ant-calendar-decade-panel-decade {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ant-calendar-decade-panel-last-century-cell .ant-calendar-decade-panel-decade:before,
.ant-calendar-decade-panel-next-century-cell .ant-calendar-decade-panel-decade:before {
  content: "\E600";
  font-family: "anticon" !important;
}

.ant-calendar-decade-panel-last-century-cell .ant-calendar-decade-panel-decade:before {
  content: "\E601";
}

.ant-calendar-month .ant-calendar-month-panel {
  top: 3px;
}

.ant-calendar-month .ant-calendar-year-panel {
  top: -5px;
}

.ant-calendar-header .ant-calendar-year-panel {
  height: 253px;
}

.ant-calendar-header .ant-calendar-month-panel {
  height: 257px;
  top: 40px;
}

.ant-calendar-header .ant-calendar-month-panel-table {
  height: 220px;
}

.has-warning .ant-calendar-picker-open .ant-calendar-picker-input {
  box-shadow: 0 0 0 2px #ffeecc;
}

.has-warning .ant-calendar-picker-icon:after {
  color: #fa0;
}

.has-error .ant-calendar-picker-open .ant-calendar-picker-input {
  box-shadow: 0 0 0 2px #ffddcc;
}

.has-error .ant-calendar-picker-icon:after {
  color: #f50;
}

.ant-input {
  cursor: pointer;
  vertical-align: middle;
  text-indent: 5px;
  white-space: nowrap;
  text-align: left;
  position: relative;
  display: inline-block;
  border: none;
  border-radius: 5px;
  width: 100%;
  height: 28px;
  font-size: 12px !important;
  font-family: "PingFang SC", "Hiragino Sans GB", STHeitiSC, "Helvetica", "Helvetica Neue", "Microsoft YaHei", Tahoma !important;
  line-height: 28px !important;
  color: #0e1114;
  background-color: #fff;
  background-image: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: calc(100% - 32px);
}

.ant-time-picker-input::-moz-placeholder {
  text-align: left;
  text-indent: 3px;
  color: #bcc8d1;
  opacity: 1;
  font-family: "PingFang SC", "Hiragino Sans GB", STHeitiSC, "Helvetica", "Helvetica Neue", "Microsoft YaHei", Tahoma;
}

.ant-time-picker-input:-ms-input-placeholder {
  text-align: left;
  text-indent: 3px;
  color: #bcc8d1;
  font-family: "PingFang SC", "Hiragino Sans GB", STHeitiSC, "Helvetica", "Helvetica Neue", "Microsoft YaHei", Tahoma;
}

.ant-time-picker-input::-webkit-input-placeholder {
  text-align: left;
  text-indent: 3px;
  color: #bcc8d1;
  font-family: "PingFang SC", "Hiragino Sans GB", STHeitiSC, "Helvetica", "Helvetica Neue", "Microsoft YaHei", Tahoma;
}

.ant-time-picker-input::input-placeholder {
  text-align: left;
  text-indent: 3px;
  color: #bcc8d1;
  font-family: "PingFang SC", "Hiragino Sans GB", STHeitiSC, "Helvetica", "Helvetica Neue", "Microsoft YaHei", Tahoma;
}

.ant-input::input-placeholder {
  text-align: left;
  color: #bcc8d1;
  font-size: 14px;
  font-family: "PingFang SC", "Hiragino Sans GB", STHeitiSC, "Helvetica", "Helvetica Neue", "Microsoft YaHei", Tahoma;
}

.ant-input::-moz-placeholder {
  text-align: left;
  color: #bcc8d1;
  font-size: 14px;
  opacity: 1;
  font-family: "PingFang SC", "Hiragino Sans GB", STHeitiSC, "Helvetica", "Helvetica Neue", "Microsoft YaHei", Tahoma;
}

.ant-input:-ms-input-placeholder {
  text-align: left;
  color: #bcc8d1;
  font-size: 14px;
  font-family: "PingFang SC", "Hiragino Sans GB", STHeitiSC, "Helvetica", "Helvetica Neue", "Microsoft YaHei", Tahoma;
}

.ant-input::-webkit-input-placeholder {
  text-align: left;
  color: #bcc8d1;
  font-size: 14px;
  font-family: "PingFang SC", "Hiragino Sans GB", STHeitiSC, "Helvetica", "Helvetica Neue", "Microsoft YaHei", Tahoma;
}

.ant-input:focus {
  outline: 0;
}

.ant-input[disabled],
fieldset[disabled] .ant-input {
  background-color: #f4f4f4;
  opacity: 1;
  cursor: not-allowed;
  color: #acb7bf;
}

.ant-input[disabled]:hover,
fieldset[disabled] .ant-input:hover {
  border-color: #e1e1e1;
}

textarea.ant-input {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.ant-input-lg {
  padding: 6px 7px;
  height: 32px;
}

.ant-input-sm {
  padding: 1px 7px;
  height: 22px;
  border-radius: 4px;
}

.has-feedback {
  position: relative;
}

.has-feedback .anticon {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 28px;
  height: 28px;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  pointer-events: none;
}

.ant-input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.ant-input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.ant-input-group > [class*="col-"] {
  padding-right: 8px;
}

.ant-input-group-addon,
.ant-input-group-wrap,
.ant-input-group > .ant-input {
  display: table-cell;
}

.ant-input-group-addon:not(:first-child):not(:last-child),
.ant-input-group-wrap:not(:first-child):not(:last-child),
.ant-input-group > .ant-input:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.ant-input-group-addon,
.ant-input-group-wrap {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.ant-input-group-wrap > * {
  display: block;
}

.ant-input-group .ant-input {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.ant-input-group-addon {
  padding: 4px 7px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  color: #0e1114;
  text-align: center;
  background-color: #eee;
  border: 1px solid #83898f;
  border-radius: 6px;
}

.ant-input-group > span > .ant-input:first-child,
.ant-input-group > .ant-input:first-child,
.ant-input-group-addon:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.ant-input-group-addon:first-child {
  border-right: 0;
}

.ant-input-group-addon:last-child {
  border-left: 0;
}

.ant-input-group > .ant-input:last-child,
.ant-input-group-addon:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.ant-input-group-lg .ant-input,
.ant-input-group-lg > .ant-input-group-addon {
  padding: 6px 7px;
  height: 32px;
}

.ant-input-group-sm .ant-input,
.ant-input-group-sm > .ant-input-group-addon {
  padding: 1px 7px;
  height: 22px;
  border-radius: 4px;
}

.ant-time-picker {
  box-sizing: border-box;
}

.ant-time-picker * {
  box-sizing: border-box;
}

.ant-calendar-picker-container .ant-time-picker-panel {
  top: 0px !important;
  z-index: 1050;
  position: absolute;
}

.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-topLeft,
.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-topRight,
.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-topLeft,
.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-topRight {
  -webkit-animation-name: antSlideDownIn;
  animation-name: antSlideDownIn;
}

.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-bottomLeft,
.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-bottomRight,
.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-bottomLeft,
.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-bottomRight {
  -webkit-animation-name: antSlideUpIn;
  animation-name: antSlideUpIn;
}

.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-topLeft,
.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-topRight {
  -webkit-animation-name: antSlideDownOut;
  animation-name: antSlideDownOut;
}

.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-bottomLeft,
.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-bottomRight {
  -webkit-animation-name: antSlideUpOut;
  animation-name: antSlideUpOut;
}

.ant-time-picker {
  position: relative;
  display: inline-block;
  outline: none;
  font-size: 12px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.ant-time-picker-input {
  text-align: left;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 28px;
  cursor: text;
  font-size: 12px;
  line-height: 1.5;
  color: #0e1114;
  background-color: #fff;
  background-image: none;
  border-bottom: 1px solid #83898f;
  -webkit-transition: border 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: border 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100px;
}

.ant-time-picker-input::-moz-placeholder {
  color: #acb7bf;
  opacity: 1;
}

.ant-time-picker-input:-ms-input-placeholder {
  color: #acb7bf;
}

.ant-time-picker-input::-webkit-input-placeholder {
  color: #acb7bf;
}

.ant-time-picker-input:focus {
  outline: 0;
}

.ant-time-picker-input[disabled],
fieldset[disabled] .ant-time-picker-input {
  background-color: #f4f4f4;
  opacity: 1;
  cursor: not-allowed;
  color: #acb7bf;
}

.ant-time-picker-input[disabled]:hover,
fieldset[disabled] .ant-time-picker-input:hover {
  border-color: #e1e1e1;
}

textarea.ant-time-picker-input {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.ant-time-picker-input-lg {
  padding: 6px 7px;
  height: 32px;
}

.ant-time-picker-input-sm {
  padding: 1px 7px;
  height: 22px;
  border-radius: 4px;
}

.ant-time-picker-large .ant-time-picker-input {
  padding: 6px 7px;
  height: 32px;
}

.ant-time-picker-small .ant-time-picker-input {
  padding: 1px 7px;
  height: 22px;
  border-radius: 4px;
}

.ant-time-picker-open {
  opacity: 0;
}

.ant-time-picker-icon {
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 6px;
  height: 5px;
  line-height: 5px;
  right: 15px;
  color: #999;
  top: 50%;
  margin-top: -3px;
  cursor: pointer;
}

.ant-time-picker-icon.icon-dropdown-min {
  display: inline-block;
  line-height: 0;
  color: #66757F;
}

.ant-time-picker-icon.icon-dropdown-min > svg {
  pointer-events: none;
}

.ant-time-picker-icon:after {
  cursor: pointer;
  display: none;
  content: "";
  border: 5px solid transparent;
  border-top-color: #667580;
  border-radius: 3px;
  margin-top: 3px;
}

.ant-time-picker-panel-input {
  font-family: "PingFang SC", "Hiragino Sans GB", STHeitiSC, "Helvetica", "Helvetica Neue", "Microsoft YaHei", Tahoma;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  cursor: auto;
  line-height: 1.5;
  outline: 0;
}

.ant-time-picker-panel-input-wrap {
  box-sizing: border-box;
  position: relative;
  padding: 0;
  border-bottom: 0;
}

.ant-time-picker-panel-input-wrap .icon-close > svg {
  pointer-events: none;
}

.ant-time-picker-panel-input-invalid {
  border-color: red;
}

.ant-time-picker-panel-clear-btn {
  position: absolute;
  right: 18px;
  cursor: pointer;
  overflow: hidden;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  top: 5px;
  margin-top: 6px;
}

.ant-time-picker-panel-clear-btn:after {
  content: "\E631";
  font-family: "anticon";
  font-size: 12px;
  color: #acb7bf;
  display: inline-block;
  line-height: 1;
  width: 20px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.ant-time-picker-panel-clear-btn:hover:after {
  color: #999;
}

.has-warning .ant-time-picker-picker-icon:after {
  color: #fa0;
}

.has-error .ant-time-picker-picker-icon:after {
  color: #f50;
}

.ant-calendar-picker-icon.arrowdown-nomal-svg {
  color: #66757F;
  line-height: 0;
}

.ant-calendar-picker-icon.arrowdown-nomal-svg > svg {
  pointer-events: none;
}

.datetime-disabled .ant-calendar-picker:after {
  display: none;
}

.datetime-disabled .ant-input {
  font-size: 14px;
  cursor: default;
  font-family: "PingFang SC", "Hiragino Sans GB", STHeitiSC, "Helvetica", "Helvetica Neue", "Microsoft YaHei", Tahoma;
}

.datetime-readonly .ant-calendar-picker:after {
  display: none;
}

.datetime-readonly .ant-calendar-picker {
  border: 1px solid #e4ebf0 !important;
}

.datetime-readonly .ant-calendar-picker {
  border: 1px solid #e4ebf0;
  border-radius: 5px;
  background: #f5f8fa;
  color: #3E4E59;
  letter-spacing: 0;
  text-align: left;
}

.datetime-readonly .field-right {
  cursor: no-drop;
}

.datetime-readonly .ant-calendar-picker {
  cursor: no-drop;
}

.datetime-readonly .arrowdown-nomal-svg {
  display: none;
}

.datetime-readonly .ant-calendar-picker input {
  background-color: #f5f8fa !important;
  height: 25px;
  border: none;
  width: 100%;
  cursor: no-drop !important;
  color: #3E4E59;
  letter-spacing: 0;
  line-height: 20px !important;
  text-align: left;
  max-width: 100%;
}

.decade-panel-range-picker-left {
  width: 520px;
}

.decade-panel-range-year {
  left: 0 !important;
}

.decade-panel-range-picker-right {
  width: 520px;
  left: -260px;
}

.datatime-component .field-right {
  position: relative;
  display: flex;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  width: auto;
  display: -webkit-box;
  display: -moz-box;
  -webkit-box-orient: horizontal;
  -webkit-box-align: center;
}

.datatime-component .field-right .date-time-close {
  margin-top: 10px\9;
  position: relative;
  width: 14px;
  height: 14px;
  cursor: pointer !important;
  right: 39px;
  font-size: 14px;
  line-height: 0;
  color: #ACB7BF;
}

.datatime-component .field-right .date-time-close:hover {
  color: #cc2929;
}

.datatime-component .field-right .date-time-close > svg {
  pointer-events: none;
}

.datatime-component .date-time-search-status .ant-input {
  border: none;
  cursor: pointer;
  text-align: center;
}

.datatime-component .date-time-search-status .ant-input input {
  cursor: pointer;
  text-align: center;
}

.datatime-component .date-time-search-status .icon-label {
  display: block;
  content: "";
  position: absolute;
  top: 40%;
  right: 5px;
  border: 5px solid transparent;
  border-top-color: #667580;
  border-radius: 3px;
}

.datatime-component .date-time-search-status:hover .ant-input {
  background-color: #f5f8fa;
}

.datatime-component .base-input-show {
  font-family: "PingFang SC", "Hiragino Sans GB", STHeitiSC, "Helvetica", "Helvetica Neue", "Microsoft YaHei", Tahoma;
  height: 8px;
  line-height: 8px;
  position: absolute;
  left: 5px;
  bottom: -15px;
}

.datatime-component .base-input-error-label .ant-input {
  border-bottom: 2px solid #cc2929 !important;
}

.datatime-component .error-input {
  border-bottom: 2px solid #cc2929 !important;
}

.datatime-component .input-pError {
  font-size: 12px;
  font-family: "PingFang SC", "Hiragino Sans GB", STHeitiSC, "Helvetica", "Helvetica Neue", "Microsoft YaHei", Tahoma;
  color: #cc2929;
}

.datatime-component .search-label-margin {
  margin: 8px 0 0 0 !important;
}

.datatime-component .input-pBlur {
  transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -webkit-transform: scale(1.5, 1.5);
  -o-transform: scale(1.5, 1.5);
  transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  opacity: 0;
  font-size: 16px;
  transition: opacity .35s ease,font-size .35s ease,transform .35s ease;
}

.datatime-component .input-pFoucus {
  -moz-transform: none;
  -webkit-transform: none;
  -o-transform: none;
  transform: none;
  transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  opacity: 1;
  font-size: 12px;
  transition: opacity .35s ease,font-size .35s ease,transform .35s ease;
}

.time-picker-component .ant-time-picker {
  box-sizing: border-box;
}

.time-picker-component .ant-time-picker .time-picker-icon {
  width: 11px;
  height: 6px;
  top: 44%;
  right: 5px;
  line-height: 40px;
  cursor: pointer;
  position: absolute;
  color: #ACB7BF;
}

.time-picker-component .ant-time-picker * {
  box-sizing: border-box;
}

.time-picker-component.ant-time-picker-panel {
  z-index: 99999 !important;
  position: fixed;
}

.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-topLeft,
.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-topRight,
.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-topLeft,
.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-topRight {
  -webkit-animation-name: antSlideDownIn;
  animation-name: antSlideDownIn;
}

.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-bottomLeft,
.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-bottomRight,
.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-bottomLeft,
.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-bottomRight {
  -webkit-animation-name: antSlideUpIn;
  animation-name: antSlideUpIn;
}

.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-topLeft,
.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-topRight {
  -webkit-animation-name: antSlideDownOut;
  animation-name: antSlideDownOut;
}

.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-bottomLeft,
.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-bottomRight {
  -webkit-animation-name: antSlideUpOut;
  animation-name: antSlideUpOut;
}

.time-picker-component .ant-time-picker {
  position: relative;
  display: inline-block;
  outline: none;
  font-size: 12px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.time-picker-component .ant-time-picker-input {
  position: relative;
  display: inline-block;
  text-align: inherit;
  font-family: "PingFang SC", "Hiragino Sans GB", STHeitiSC, "Helvetica", "Helvetica Neue", "Microsoft YaHei", Tahoma;
  padding: 0;
  width: 100%;
  height: 40px;
  cursor: text;
  font-size: 14px;
  line-height: 1.5;
  color: #0e1114;
  text-indent: 5px;
  background-color: #fff;
  background-image: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #83898f;
  -webkit-transition: border 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: border 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100px;
}

.time-picker-component .ant-time-picker-input::-moz-placeholder {
  color: #565e66;
  opacity: 1;
  font-size: 14px;
}

.time-picker-component .ant-time-picker-input:-ms-input-placeholder {
  color: #565e66;
  font-size: 14px;
}

.time-picker-component .ant-time-picker-input::-webkit-input-placeholder {
  color: #565e66;
  font-size: 14px;
}

.time-picker-component .ant-time-picker-input[disabled],
fieldset[disabled] .ant-time-picker-input {
  background-color: #f4f4f4;
  opacity: 1;
  cursor: not-allowed;
  color: #565e66;
}

.time-picker-component .ant-time-picker-input[disabled]:hover,
fieldset[disabled] .ant-time-picker-input:hover {
  border-color: #e1e1e1;
}

.time-picker-component textarea.ant-time-picker-input {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.time-picker-component .ant-time-picker-input-lg {
  padding: 6px 7px;
  height: 32px;
}

.time-picker-component .ant-time-picker-input-sm {
  padding: 1px 7px;
  height: 22px;
  border-radius: 4px;
}

.ant-time-picker-large .ant-time-picker-input {
  padding: 6px 7px;
  height: 32px;
}

.ant-time-picker-small .ant-time-picker-input {
  padding: 1px 7px;
  height: 22px;
  border-radius: 4px;
}

.ant-time-picker-open {
  opacity: 0;
}

.time-picker-component .ant-time-picker-icon {
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 12px;
  height: 12px;
  line-height: 12px;
  right: 8px;
  color: #999;
  top: 50%;
  margin-top: -6px;
}

.time-picker-component .ant-time-picker-icon:after {
  content: "\E643";
  font-family: "anticon";
  font-size: 12px;
  color: #999;
  display: none;
  line-height: 1;
  vertical-align: bottom;
}

.ant-time-picker-panel-input {
  font-family: "PingFang SC", "Hiragino Sans GB", STHeitiSC, "Helvetica", "Helvetica Neue", "Microsoft YaHei", Tahoma;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  cursor: auto;
  line-height: 1.5;
  outline: 0;
}

.ant-time-picker-panel-input-wrap-active:after {
  width: 100%;
  left: 0;
  transition: left cubic-bezier(0.66, 1.65, 0.23, 0.87) 0.35s, width cubic-bezier(0.66, 1.65, 0.23, 0.87) 0.35s;
}

.hover-min-sec .hour,
.hover-min-sec .min,
.hover-min-sec .sec {
  font-family: "PingFang SC", "Hiragino Sans GB", STHeitiSC, "Helvetica", "Helvetica Neue", "Microsoft YaHei", Tahoma;
  font-size: 12px;
  font-weight: normal;
  color: #667580;
  float: left;
  line-height: 30px;
  text-align: center;
}

.ant-time-picker-panel-input-invalid {
  border-color: red;
}

.ant-time-picker-panel-clear-btn {
  position: absolute;
  right: 18px;
  cursor: pointer;
  overflow: hidden;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  top: 17px;
  margin: 0;
  color: #ACB7BF;
  font-size: 14px;
}

.ant-time-picker-panel-clear-btn:hover {
  color: #cc2929;
}

.time-picker-component .ant-time-picker-panel-clear-btn {
  position: absolute;
  right: 0px;
  cursor: pointer;
  overflow: hidden;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  top: 5px;
  margin: 0;
}

.time-picker-component .ant-time-picker-panel-select:hover {
  overflow-y: auto;
}

.time-picker-component .ant-time-picker-panel-select:first-child {
  border-left: 0;
  margin-left: 0;
}

.time-picker-component .ant-time-picker-panel-select:last-child {
  border-right: 0;
}

.time-picker-component .all-format ul li {
  padding: 0 0 0 20px;
}

.time-picker-component .ant-time-picker-panel-select li:hover {
  color: #1d86f0;
}

.time-picker-component .ant-time-picker-panel-select li.ant-time-picker-panel-select-option-selected {
  background: #bfc3c7;
  color: #1d86f0;
}

.time-picker-component .ant-time-picker-panel-select li.ant-time-picker-panel-select-option-disabled {
  color: #565e66;
}

.time-picker-component .ant-time-picker-panel-select li.ant-time-picker-panel-select-option-disabled:hover {
  background: transparent;
  cursor: not-allowed;
}

.has-warning .ant-time-picker-picker-icon:after {
  color: #fa0;
}

.has-error .ant-time-picker-picker-icon:after {
  color: #f50;
}

.datetime-disabled .ant-calendar-picker:after {
  display: none;
}

.datetime-disabled .ant-input {
  font-size: 14px;
  cursor: default;
  font-family: "PingFang SC", "Hiragino Sans GB", STHeitiSC, "Helvetica", "Helvetica Neue", "Microsoft YaHei", Tahoma;
}

.ant-time-picker-panel-input::input-placeholder {
  font-size: 12px;
  text-align: left;
  font-family: "PingFang SC", "Hiragino Sans GB", STHeitiSC, "Helvetica", "Helvetica Neue", "Microsoft YaHei", Tahoma;
  color: #acb7bf;
}

.ant-time-picker-panel-input::-moz-placeholder {
  font-size: 12px;
  text-align: left;
  font-family: "PingFang SC", "Hiragino Sans GB", STHeitiSC, "Helvetica", "Helvetica Neue", "Microsoft YaHei", Tahoma;
  color: #acb7bf;
  opacity: 1;
}

.ant-time-picker-panel-input:-ms-input-placeholder {
  font-size: 12px;
  text-align: left;
  font-family: "PingFang SC", "Hiragino Sans GB", STHeitiSC, "Helvetica", "Helvetica Neue", "Microsoft YaHei", Tahoma;
  color: #acb7bf;
}

.ant-time-picker-panel-input::-webkit-input-placeholder {
  font-size: 12px;
  text-align: left;
  font-family: "PingFang SC", "Hiragino Sans GB", STHeitiSC, "Helvetica", "Helvetica Neue", "Microsoft YaHei", Tahoma;
  color: #acb7bf;
}

.time-picker-component .ant-time-picker-input::input-placeholder {
  text-align: left;
  font-family: "PingFang SC", "Hiragino Sans GB", STHeitiSC, "Helvetica", "Helvetica Neue", "Microsoft YaHei", Tahoma;
  color: #acb7bf;
}

.time-picker-component .ant-time-picker-input::-moz-placeholder {
  text-align: left;
  font-family: "PingFang SC", "Hiragino Sans GB", STHeitiSC, "Helvetica", "Helvetica Neue", "Microsoft YaHei", Tahoma;
  color: #acb7bf;
  opacity: 1;
}

.time-picker-component .ant-time-picker-input:-ms-input-placeholder {
  text-align: left;
  font-family: "PingFang SC", "Hiragino Sans GB", STHeitiSC, "Helvetica", "Helvetica Neue", "Microsoft YaHei", Tahoma;
  color: #acb7bf;
}

.time-picker-component .ant-time-picker-input::-webkit-input-placeholder {
  text-align: left;
  font-family: "PingFang SC", "Hiragino Sans GB", STHeitiSC, "Helvetica", "Helvetica Neue", "Microsoft YaHei", Tahoma;
  color: #acb7bf;
}

.time-picker-component .base-input-error-label .ant-time-picker:after {
  width: 100%;
  left: 0;
  background-color: #cc2929;
  transition: left cubic-bezier(0.66, 1.65, 0.23, 0.87) 0.35s, width cubic-bezier(0.66, 1.65, 0.23, 0.87) 0.35s;
}

.time-picker-component .date-time-label {
  max-width: 120px;
  height: 40px;
  font-family: "PingFang SC", "Hiragino Sans GB", STHeitiSC, "Helvetica", "Helvetica Neue", "Microsoft YaHei", Tahoma;
  font-size: 14px;
  line-height: 40px;
  color: #33383d;
  float: left;
  margin-right: 25px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.time-picker-component .date-time-label .required-star {
  margin-right: 5px;
  display: inline-block;
  width: 8px;
  padding-top: 2px;
  height: 8px;
}

.time-picker-component .time-picker-active .ant-time-picker:after {
  width: 100%;
  left: 0;
  transition: left cubic-bezier(0.66, 1.65, 0.23, 0.87) 0.35s, width cubic-bezier(0.66, 1.65, 0.23, 0.87) 0.35s;
}

.time-picker-component .ant-time-picker {
  width: 100%;
}

.time-picker-component .ant-time-picker:after {
  display: block;
  position: absolute;
  content: "";
  left: 50%;
  top: 38px;
  width: 0;
  height: 2px;
  background-color: #1687d9;
  transition: left ease-in-out .15s ,width ease-in-out .15s;
}

.time-picker-component .ant-time-picker .ant-time-picker-input {
  width: 100%;
}

.time-picker-component .field-right {
  position: relative;
  display: flex;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
}

.time-picker-component .field-right .time-picker-close {
  top: 13px;
  position: absolute;
  width: 14px;
  height: 14px;
  cursor: pointer !important;
  right: 21px;
  font-size: 14px;
  color: #ACB7BF;
}

.time-picker-component .field-right .time-picker-close:hover {
  color: #cc2929;
}

.time-picker-component .date-time-search-status .ant-input {
  border: none;
  cursor: pointer;
  text-align: center;
}

.time-picker-component .date-time-search-status .ant-input input {
  cursor: pointer;
  text-align: center;
}

.time-picker-component .date-time-search-status input::-webkit-input-placeholder {
  color: #000 !important;
}

.time-picker-component .date-time-search-status .icon-label {
  display: block;
  content: "";
  position: absolute;
  top: 40%;
  right: 5px;
  border: 5px solid transparent;
  border-top-color: #667580;
  border-radius: 3px;
}

.time-picker-component .date-time-search-status:hover .ant-input {
  background-color: #f5f8fa;
}

.time-picker-component .base-input-show {
  font-family: "PingFang SC", "Hiragino Sans GB", STHeitiSC, "Helvetica", "Helvetica Neue", "Microsoft YaHei", Tahoma;
  height: 8px;
  line-height: 8px;
  position: absolute;
  left: 5px;
  bottom: -15px;
}

.time-picker-component .base-input-error-label .ant-input {
  border-bottom: 2px solid #cc2929 !important;
}

.time-picker-component .error-input {
  border-bottom: 2px solid #cc2929 !important;
}

.time-picker-component .input-pError {
  font-size: 12px;
  font-family: "PingFang SC", "Hiragino Sans GB", STHeitiSC, "Helvetica", "Helvetica Neue", "Microsoft YaHei", Tahoma;
  color: #cc2929;
}

.time-picker-component .search-label-margin {
  margin: 8px 0 0 0 !important;
}

.time-picker-component .input-pBlur {
  transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -webkit-transform: scale(1.5, 1.5);
  -o-transform: scale(1.5, 1.5);
  transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  opacity: 0;
  font-size: 16px;
  transition: opacity .35s ease,font-size .35s ease,transform .35s ease;
}

.time-picker-component .input-pFoucus {
  -moz-transform: none;
  -webkit-transform: none;
  -o-transform: none;
  transform: none;
  transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  opacity: 1;
  font-size: 12px;
  transition: opacity .35s ease,font-size .35s ease,transform .35s ease;
}

.time-picker-readonly .ant-time-picker-input {
  background-color: #FFF;
  cursor: default;
  color: #3E4E59;
}

.input-pFoucus.input-pError {
  color: #cc2929;
  font-size: 0.75rem;
  margin-left: 5px;
}

.date-time__input-close {
  position: absolute;
  width: 14px;
  height: 14px;
  cursor: pointer !important;
  right: 22px;
  font-size: 14px;
  font-family: "anticon";
  color: #ACB7BF;
  line-height: 0;
}

.date-time__input-close:hover {
  color: #cc2929;
}

.date-time__input-close > svg {
  pointer-events: none;
}

.date-time__content .date-time_is-hidden-tips {
  position: absolute;
  z-index: 1;
  width: calc(100% - 35px);
  line-height: 28px;
  height: 28px;
  margin-left: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: transparent;
  cursor: text;
  font-size: 12px;
  font-family: "PingFang SC", "Hiragino Sans GB", STHeitiSC, "Helvetica", "Helvetica Neue", "Microsoft YaHei", Tahoma;
}

.date-time__content .field-right {
  position: relative;
}

.date-time__content .date-time__input-close {
  top: 7px;
}

.form-item {
  position: relative;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form-item_is-hidden-tips {
  position: absolute;
  width: calc(100% - 20px);
  line-height: 28px;
  height: 28px;
  margin-left: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: transparent;
  cursor: text;
  font-size: 12px;
  font-family: "PingFang SC", "Hiragino Sans GB", STHeitiSC, "Helvetica", "Helvetica Neue", "Microsoft YaHei", Tahoma;
}

.form-item__control {
  border: 1px solid #e4ebf0;
  border-radius: 5px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 25px;
}

.form-item__control.form-item__control_is-active .form-item__bottom-line {
  left: 0;
  width: 100%;
  background-color: #1d86f0;
  -webkit-transition: left cubic-bezier(0.66, 1.65, 0.23, 0.87) 0.35s, width cubic-bezier(0.66, 1.65, 0.23, 0.87) 0.35s;
  transition: left cubic-bezier(0.66, 1.65, 0.23, 0.87) 0.35s, width cubic-bezier(0.66, 1.65, 0.23, 0.87) 0.35s;
}

.form-item__control.form-item__control_has-info .form-item__explain {
  color: #1d86f0;
}

.form-item__control.form-item__control_has-info .form-item__bottom-line {
  bottom: 20px;
  bottom: 1.25rem;
}

.form-item__control.form-item__control_has-error [type="text"]:focus + .form-item__bottom-line {
  background-color: #ff475a;
}

.form-item__control.form-item__control_has-error .u-input {
  max-width: 100% !important;
  height: 30px;
}

.form-item__control.form-item__control_has-error .form-item__bottom-line {
  background-color: #ff475a;
}

.form-item__control.form-item__control_has-error .form-item__explain {
  color: #ff475a;
}

.form-item__control.form-item__control_is-readonly .u-input {
      /*border-bottom-color: #fff;*/
}

.form-item__control.form-item__control_is-readonly [type="text"]:focus + .form-item__bottom-line {
  width: 0;
}

.form-item__control [type="text"]:focus + .form-item__bottom-line {
  left: 0;
  width: 100%;
  background-color: #1d86f0;
  -webkit-transition: left cubic-bezier(0.66, 1.65, 0.23, 0.87) 0.35s, width cubic-bezier(0.66, 1.65, 0.23, 0.87) 0.35s;
  transition: left cubic-bezier(0.66, 1.65, 0.23, 0.87) 0.35s, width cubic-bezier(0.66, 1.65, 0.23, 0.87) 0.35s;
}

.form-item__control .form-item__bottom-line {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
}

.form-item__explain {
  display: block;
  width: 100%;
  min-height: 20px;
  min-height: 1.25rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-family: "PingFang SC", "Hiragino Sans GB", STHeitiSC, "Helvetica", "Helvetica Neue", "Microsoft YaHei", Tahoma;
  margin-left: 5px;
  margin-left: 0.3125rem;
}

.form-item__right-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5px;
  right: 0.3125rem;
}

.form-item__right-icon i + i {
  margin-left: 5px;
  margin-left: 0.3125rem;
}

.form-item__right-icon .icon-close {
  margin-top: 0px;
  margin-top: 0rem;
}

.form-item__editable {
  padding-right: 20px;
}

.form-item__control:hover {
  border-color: #96d0fa;
}

.form-item__control_is-readonly .u-input {
  cursor: no-drop !important;
}

.form-item__control_is-readonly input {
  background: #f5f8fa;
  font-family: "PingFang SC", "Hiragino Sans GB", STHeitiSC, "Helvetica", "Helvetica Neue", "Microsoft YaHei", Tahoma;
  font-size: 12px;
  color: #3E4E59;
  letter-spacing: 0;
  line-height: 20px;
  text-align: left;
}

.form-item__control_is-readonly:hover {
  border-color: #e4ebf0;
}

.form-item__control_is-active {
  background: #ffffff;
  border: 1px solid #1687d9;
  -webkit-box-shadow: 0 0 2px 1px #96d0fa;
  box-shadow: 0 0 2px 1px #96d0fa;
}

.form-item__control_is-active:hover {
  border-color: #1687d9;
}

.form-item__control_has-error {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-item__control_has-error .u-input {
  background: rgba(204, 41, 41, 0.05);
  border: 1px solid #cc2929;
  border-radius: 5px;
}

:focus {
  outline: none;
}

.form-item__control {
  border: 1px solid #e4ebf0;
  border-radius: 5px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  min-height: 25px;
}

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn, .ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  font-family: "PingFang SC", "Hiragino Sans GB", STHeitiSC, "Helvetica", "Helvetica Neue", "Microsoft YaHei", Tahoma;
  font-size: 12px;
  display: inline-block;
  line-height: 0;
}

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn > svg, .ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn > svg {
  pointer-events: none;
}
