$font-family-H:'Helvetica Neue',Tahoma,'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', STHeitiSC, sans-serif;
$font-family-A:"Helvetica Neue",Tahoma,"PingFang SC","Hiragino Sans GB",SimSun,STHeitiSC,sans-serif;

  $Ease:cubic-bezier(.25,.1,.25,1);
  $Spring:cubic-bezier(.66,1.65,.23,.87);
  $Spring2:cubic-bezier(.44,1.53,.32,.92);
  $Linear:linear;

//主色
  $C1:#004170;
  $C2:#005999;
  $C3:#1687d9;
  $C3Hover:#1E7BC0;
  $C4:#8CCCF8;
  $C5:#084E82;
//中性色
  $M1:#0A1319;
  $M2:#667580;
  $M3:#BCC8D1;
  $M4:#E4EBF0;
  $M5:#F5F8FA;
  $M6:#ffffff;

  $E1:#cc2929;

  $Ease:cubic-bezier(.25,.1,.25,1);
  $Spring:cubic-bezier(.66,1.65,.23,.87);
  $Spring2:cubic-bezier(.44,1.53,.32,.92);
  $Linear:linear;

  @mixin H5 {
    font-family: $font-family-H;
    font-size: 14px;
    line-height: 1.7;
  }
.datatime-component a {
  background-color: transparent;
}
.datatime-component a:active,
.datatime-component a:hover {
  outline: 0;
}
.datatime-component small {
  font-size: 80%;
}
.datatime-component svg:not(:root) {
  overflow: hidden;
}
.datatime-component button,
.datatime-component input,
.datatime-component optgroup,
.datatime-component select,
.datatime-component textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
.datatime-component .ant-input{
  color:$M1;
}
.datatime-component button {
  overflow: visible;
}
.datatime-component button,
.datatime-component select {
  text-transform: none;
}
.datatime-component button,
.datatime-component html input[type="button"],
.datatime-component input[type="reset"],
.datatime-component input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.datatime-component button[disabled],
.datatime-component html input[disabled] {
  cursor: default;
}
.datatime-component button::-moz-focus-inner,
.datatime-component input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.datatime-component input[type="checkbox"],
.datatime-component input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
.datatime-component input[type="number"]::-webkit-inner-spin-button,
.datatime-component input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.datatime-component input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
.datatime-component input[type="search"]::-webkit-search-cancel-button,
.datatime-component input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.datatime-component fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.datatime-component textarea {
  overflow: auto;
}
.datatime-component optgroup {
  font-weight: bold;
}
.datatime-component table {
  border-collapse: collapse;
  border-spacing: 0;
}
.datatime-component * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.datatime-component *:before,
.datatime-component *:after {
  box-sizing: border-box;
}
.datatime-component input::-ms-clear,
.datatime-component input::-ms-reveal {
  display: none;
}
.datatime-component ::-moz-selection {
  background: $C3;
  color: #fff;
}
.datatime-component ::selection {
  background: $C3;
  color: #fff;
}
.datatime-component a {
  color: $C2;
  background: transparent;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}
.datatime-component a:hover {
  color: #005999;
}
.datatime-component a:active {
  color: #2baee9;
}
.datatime-component a:active,
.datatime-component a:hover {
  outline: 0;
  text-decoration: none;
}
.datatime-component a[disabled] {
  color: #acb7bf;
  cursor: not-allowed;
  pointer-events: none;
}
.datatime-component .clearfix,
.datatime-component .layout-fixed,
.datatime-component .layout-fluid,
.datatime-component .row,
.datatime-component .ant-form-horizontal .ant-form-item {
  zoom: 1;
}
.datatime-component .clearfix:before,
.datatime-component .clearfix:after,
.datatime-component .layout-fixed:before,
.datatime-component .layout-fixed:after,
.datatime-component .layout-fluid:before,
.datatime-component .layout-fluid:after,
.datatime-component .row:before,
.datatime-component .row:after,
.datatime-component .ant-form-horizontal .ant-form-item:before,
.datatime-component .ant-form-horizontal .ant-form-item:after {
  content: " ";
  display: table;
}
.datatime-component .clearfix:after,
.datatime-component .layout-fixed:after,
.datatime-component .layout-fluid:after,
.datatime-component .row:after,
.datatime-component .ant-form-horizontal .ant-form-item:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.datatime-component .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.datatime-component .pull-left {
  float: left;
}
.datatime-component .pull-right {
  float: right;
}
.datatime-component .hide {
  display: none !important;
}
.datatime-component .show {
  display: block !important;
}
.datatime-component .invisible {
  visibility: hidden;
}

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

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

.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;
}
.search-btn{
  &:after{
    display: none;
  }
}
.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 button::-moz-focus-inner,
.ant-calendar-picker-container input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.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 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: $C3;
  color: #fff;
}
.ant-calendar-picker-container ::selection {
  background: $C3;
  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:hover {
  color: #1687d9;
}
.ant-calendar-picker-container a:active {
  color: #1687d9;
}
.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'), /* IE6-IE8 */ url('//at.alicdn.com/t/font_1457169990_5499172.woff') format('woff'), /* chrome、firefox */ url('//at.alicdn.com/t/font_1457169990_5499172.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ 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;
    &: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";
  }

  .date-time-label{
    max-width: 120px;
    height: 40px;
    font-family: $font-family-H;
    font-size: 14px;
    line-height: 40px;
    color: $M2;
    float: left;
    margin-right: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    .required-star{
      margin-right: 5px;
      display: inline-block;
      width: 8px;
      padding-top: 10px;
      height: 8px;
    }
  }

  .ant-calendar {
    box-sizing: border-box;
  }
  .ant-calendar * {
    box-sizing: border-box;
  }
  .ant-calendar-picker-container {
    position: fixed;
    z-index: 999999;
  }
  .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: calc(100% - 2px);
    position: relative;
    display: block;
    outline: none;
    font-size: 12px;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    border-radius: 5px;
    height: 25px;
    cursor: pointer;
    input{
      outline: none;
    }
    &: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;
    }
    &:hover{
      border-color: #96d0fa;
    }
    .pc-sys-rili-svg {
      background-size: contain;
    }
  }
  .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-input {
      background: transparent;
    }
    &:after{
      display: block;
      position: absolute;
      content: "";
      left: 50%;
      top: 25px;
      width: 0;
      height: 0px;
      background-color: $E1;
      transition: left ease-in-out .15s ,width ease-in-out .15s;
    }
  }
  // .ant-calendar-picker-open{
  //   background:#ffffff;
  //   border:1px solid #1687d9;
  //   border-radius:5px;
  //   &:hover{
  //     border-color: #1687d9;
  //   }
  // }
  .base-input-error-label{
    .ant-calendar-picker{
      &:after{
        display:none;
      };
    }
  }
  .ant-calendar-picker-container{
    .ant-calendar-time{
      .ant-calendar-today-btn {
        margin: 0;
      }
    }
  }
  .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 {
    margin-top: 5px;
    position: relative;
    outline: none;
    border-radius: 5px;
    border-bottom: 1px solid $M4;
    list-style: none;
    font-size: 12px;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    line-height: 1.5;
    width: 250px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
  }
  .ant-calendar-input-wrap {
    padding: 15px 6px 5px 20px;
  }
  .ant-calendar-picker-container{
    .ant-calendar-time{
      .ant-calendar-input-wrap{
        display: inline-block;
      }
    }
  }
  .ant-calendar-input {
    font-family:$font-family-H;
    border: 0;
    width: 100%;
    cursor: auto;
    outline: 0;
    height: 22px;
    text-indent: 5px;
  }
  .ant-calendar-week-number {
    width: 286px;
  }
  .ant-calendar-week-number-cell {
    text-align: center;
  }
  .ant-calendar-header {
    height: 34px;
    line-height: 34px;
    margin: 0 15px;
    text-align: center;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border-bottom: 1px solid $M4;
    a:hover {
      color: $C3;
    }
  }
  .ant-calendar-ym-select{
    a:hover{
      color: $C3;
    };
  }
  .ant-calendar-header .ant-calendar-century-select,
  .ant-calendar-header .ant-calendar-decade-select,
  .ant-calendar-header .ant-calendar-year-select,
  .ant-calendar-header .ant-calendar-month-select {
    font-family: $font-family-H;
    font-size: 14px;
    padding: 0 2px;
    display: inline-block;
    color: $M1;
    line-height: 34px;
  }
  .ant-calendar-header .ant-calendar-century-select-arrow,
  .ant-calendar-header .ant-calendar-decade-select-arrow,
  .ant-calendar-header .ant-calendar-year-select-arrow,
  .ant-calendar-header .ant-calendar-month-select-arrow {
    display: none;
  }
  .ant-calendar-header .ant-calendar-prev-month-btn,
  .ant-calendar-header .ant-calendar-next-month-btn{
    width: 5px;
    height: 8px;
    top: 40%;
    color: $M3;
    position: absolute;
    color: $M2;
    font-family: $font-family-H;
    font-size: 16px;
    display: inline-block;
    line-height: 34px;
  }
  .ant-calendar-header .ant-calendar-prev-century-btn,
  .ant-calendar-header .ant-calendar-next-century-btn,
  .ant-calendar-header .ant-calendar-prev-decade-btn,
  .ant-calendar-header .ant-calendar-next-decade-btn,
  .ant-calendar-header .ant-calendar-prev-year-btn,
  .ant-calendar-header .ant-calendar-next-year-btn {
    width: 9px;
    height: 8px;
    top: 40%;
    color: $M3;
    position: absolute;
    color: $M2;
    font-family: $font-family-H;
    font-size: 16px;
    display: inline-block;
    line-height: 34px;
  }
  .ant-calendar-header .ant-calendar-prev-century-btn,
  .ant-calendar-header .ant-calendar-prev-decade-btn,
  .ant-calendar-header .ant-calendar-prev-year-btn {
    left: 10px;
  }
  .ant-calendar-header .ant-calendar-next-century-btn,
  .ant-calendar-header .ant-calendar-next-decade-btn,
  .ant-calendar-header .ant-calendar-next-year-btn {
    right: 10px;
  }
  .ant-calendar-header .ant-calendar-prev-month-btn {
    left: 34px;
  }
  .ant-calendar-header .ant-calendar-next-month-btn {
    right: 34px;
  }
  .ant-calendar-calendar-body {
    padding: 4px 8px;
  }
  .ant-calendar table {
    border-collapse: collapse;
    max-width: 100%;
    background-color: transparent;
    width: 100%;
  }
  .ant-calendar table,
  .ant-calendar th,
  .ant-calendar td {
    border: 0;
  }
  .ant-calendar-calendar-table {
    border-spacing: 0;
    margin-bottom: 0;
  }
  .ant-calendar-column-header {
    line-height: 18px;
    width: 33px;
    text-align: center;
    .ant-calendar-column-header-inner {
      display: block;
      font-weight: normal;
    }
  }
  .ant-calendar-week-number-header .ant-calendar-column-header-inner {
    display: none;
  }
  .ant-calendar-cell {
    padding: 4px 0;
    position: relative;
  }
  .ant-calendar-date {
    position: relative;
    z-index: 1;
    display: block;
    font-size: 12px;
    margin: 0 auto;
    color: $M1;
    border-radius: 24px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    // border: 1px solid transparent;
    padding: 0;
    background: transparent;
    text-align: center;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    &:hover{
      color: $C3;
     cursor: pointer;
    }
    &:active{
      color: #fff;
      background: #005999;
    }
  }
  .ant-calendar-today .ant-calendar-date {
    border-color: $C3;
    font-weight: bold;
    color: $C3;
  }
  .ant-calendar-last-month-cell .ant-calendar-date,
  .ant-calendar-next-month-btn-day .ant-calendar-date {
    color: #acb7bf;
  }
  .ant-calendar-selected-day .ant-calendar-date {
    background: $C3;
    color: #fff;
    border: 1px solid transparent;
  }
  .ant-calendar-selected-day .ant-calendar-date:hover {
    background: $C3;
  }
  .ant-calendar-disabled-cell .ant-calendar-date {
    cursor: not-allowed;
    color: #bcbcbc;
    background: #f3f3f3;
    border-radius: 0;
    width: auto;
  }
  .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-footer-btn{
      line-height: 64px;
    }
    .ant-calendar-ok-btn{
      width:50px;
      height: 26px;
      line-height: 26px;
      margin: 15px 0;
      bottom: 2px !important;  //juan
      margin:15px 0;
    }
  }
  .ant-calendar-footer {
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    position: relative;
    z-index: 10;
  }
  .ant-calendar-footer-btn {
    text-align: center;
    display: block;
    line-height: 40px;
    border-top: 1px solid $M4;

  }
  .ant-calendar-footer > div {
    display: inline-block;
  }
  .ant-calendar .ant-calendar-today-btn {
    color: $C2;
  }
  .ant-calendar .ant-calendar-today-btn,
  .ant-calendar .ant-calendar-clear-btn {
    display: inline-block;
    text-align: center;
  }
  .ant-calendar .ant-calendar-today-btn:hover{
    color: $C3;
  }
  .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);
    position: relative\0;
    color: #fff;
    background-color: $C3;
    font-size: 12px;  //juan
    border-radius: 2px;
    position: absolute;
    bottom: 8px;
    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;
  }
  .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;
    color: #acb7bf !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: $M4;
  }
  .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: #C1C7CB !important;
    background-color: #F5F8FA !important;
    box-shadow: none !important;
    border-color: $M4;
    cursor: not-allowed;
  }
  .ant-calendar-range-picker .ant-input {
    padding: 9px 26px 9px 0;
    color:$M1;
  }
  .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;
    overflow: hidden;
  }
  .ant-calendar-range-part {
    width: 50%;
  }
  .ant-calendar-range-left {
    float: left;
    .ant-calendar-input-wrap{
      .date-time-close{
        left: 211px;
      }
    }
    .ant-calendar-input-wrap{
      margin-left: 20px !important;
      padding-left: 0;
    }
    .ant-calendar-time-picker-wrap{
      margin-left: 0px !important;
    }
  }
  .ant-calendar-range-right {
    float: right;
    .ant-calendar-input-wrap{
      margin-left: 17px !important;
    }
    .ant-calendar-time-picker-wrap{
      margin-left: 0px !important;
    }
  }
  .ant-calendar-range-middle {
    position: absolute;
    left: 256px;
    margin-top: 15px;
    text-align: center;
    width: 9px;
    height: 24px;
    font-family: $font-family-H;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 24px;
    color: $M1;
  }
  .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-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;
        &: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;
        }
      }
      .head-input-wrap-div .head-input{
        padding: 4px 7px;
      }
      .head-input-wrap-div-active .head-input{
        padding: 4px 7px;
      }
    }
    .ant-calendar-range-right{
      .head-input-wrap-div-active .head-input{
        padding: 4px 7px;
      }
      .head-input-wrap-div .head-input{
        padding: 4px 7px;
      }
      .ant-calendar-date-input-wrap{
        border:none;
        &: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-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-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;
      }
    }
  }
  .head-input-wrap{
    width:100%;
    .head-input-wrap-div{
      width: 210px;
      border-bottom: 1px solid $M4;
      &: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;
      }
    }
    .month-head-input-wrap {
      border-bottom: 1px solid $M4;
    }
    .head-input-wrap-div-active{
      width: 210px;
      border-bottom: 1px solid $M4;
      &:after{
        width: 210px;
        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;
      }
    }
    .head-input{
      color: $M1;
      font-size: 14px;
    }
    .head-clear-btn{
      content: '';
      position: absolute;
      top:19px;
      display: none;
      width: 14px;
      height: 14px;
      cursor: pointer !important;
      right: 22px;
      font-size: 14px;
      font-family: "anticon";
      color: $M3;
      &:hover{
        color:#cc2929;
      };
    }
    .month-head-input-wrap{
      margin:0 15px;
      &: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;
      }
    }
    .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;
      }
    }
    .input-month-header{
      padding-bottom: 2px;
    }
  }
  .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-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-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-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: 365px !important;
      }
    }
    .ant-calendar-input-wrap{
      .head-clear-btn-time{
        position: absolute;
        display: none;
        top:20px;
        width: 14px;
        height: 14px;
        cursor: pointer !important;
        left: 104px;
        font-size: 14px;
        color: #ACB7BF;
        &:hover{
          color:#cc2929;
        };
      }
      .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;
        &:hover{
          color:#cc2929;
        };
      }
      .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-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 $M4;
  }
  .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: $font-family-H;
    font-size: 12px;
    line-height: 1.5;
    color: $M1;
    background-color: #fff;
    background-image: none;
    border-bottom: 1px solid $M4;
    -webkit-transition: border .2s cubic-bezier(0.645, 0.045, 0.355, 1), background .2s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow .2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: border .2s cubic-bezier(0.645, 0.045, 0.355, 1), background .2s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow .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: $font-family-H;
    color: $M3;
    opacity: 1;
  }
  .ant-calendar-range .ant-calendar-input:-ms-input-placeholder,
  .ant-calendar-range .ant-time-picker-input:-ms-input-placeholder {
    font-family: $font-family-H;
    color: $M3;
  }
  .ant-calendar-range .ant-calendar-input::-webkit-input-placeholder,
  .ant-calendar-range .ant-time-picker-input::-webkit-input-placeholder {
    font-family: $font-family-H;
    color: $M3;
  }
  .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: 4px;
    bottom: 4px;
    left: 0;
    right: 0;
    width: 35px;
    height: 24px;
  }

  .ant-calendar-range .ant-calendar-start-day-cell:before {
    content: '';
    display: block;
    background: #eaf8fe;
    border-radius: 0;
    border: 0;
    position: absolute;
    top: 4px;
    //bottom: 4px;
    left: 17px;
    right: 0;
    width: 18px;
    height: 24px;
  }

  .ant-calendar-range .ant-calendar-end-day-cell:before {
    content: '';
    display: block;
    background: #eaf8fe;
    border-radius: 0;
    border: 0;
    position: absolute;
    top: 4px;
    //bottom: 4px;
    left: 0;
    right: 0;
    width: 18px;
    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: 15px;
    margin-top: 15px;
    width: 50px;
    font-size: 12px;
    line-height: 26px;
    height: 26px;
    border-radius: 2px;
    background-color: $C3;
    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: $font-family-H;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    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-time-picker-input {
    padding-left: 5px !important;
  }
  .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: $font-family-H;
    color: $M1;
    background-color: #fff;
    background-image: none;
    border-bottom: 1px solid $M4;
    height: 24px;
    width: 100px;
    margin-right: 10px;
    text-indent: 0;
  }
  .ant-calendar-time .ant-calendar-input::-moz-placeholder,
  .ant-calendar-time .ant-time-picker-input::-moz-placeholder {
    font-family: $font-family-H;
    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: $font-family-H;
    color: #acb7bf;
  }
  .ant-calendar-time .ant-calendar-input::-webkit-input-placeholder,
  .ant-calendar-time .ant-time-picker-input::-webkit-input-placeholder {
    font-family: $font-family-H;
    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-header {
    height: 34px;
    line-height: 34px;
    text-align: center;
    margin:0 15px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border-bottom: 1px solid $M4;
  }
  .ant-calendar-month-panel-header a:hover {
    color: $M3;
  }
  .ant-calendar-month-panel-header .ant-calendar-month-panel-century-select,
  .ant-calendar-month-panel-header .ant-calendar-month-panel-decade-select,
  .ant-calendar-month-panel-header .ant-calendar-month-panel-year-select,
  .ant-calendar-month-panel-header .ant-calendar-month-panel-month-select {
    font-family: $font-family-H;
    font-size: 14px;
    color: $M1;
    padding: 0 2px;
    display: inline-block;
    line-height: 34px;
  }
  .ant-calendar-month-panel-header .ant-calendar-month-panel-century-select-arrow,
  .ant-calendar-month-panel-header .ant-calendar-month-panel-decade-select-arrow,
  .ant-calendar-month-panel-header .ant-calendar-month-panel-year-select-arrow,
  .ant-calendar-month-panel-header .ant-calendar-month-panel-month-select-arrow {
    display: none;
  }
  .ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn,
  .ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn,
  .ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn,
  .ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn,
  .ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn,
  .ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn,
  .ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn,
  .ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn {
    position: absolute;
    top: 14px;
    width: 9px;
    height: 8px;
    color: $M2;
    font-family: $font-family-H;
    padding: 0 5px;
    font-size: 16px;
    display: inline-block;
    line-height: 34px;
  }
  .ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn,
  .ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn,
  .ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn {
    left: 25px;
  }
  .ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn,
  .ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn,
  .ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn {
    right: 25px;
  }
  .ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn {
    left: 29px;
  }
  .ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn {
    right: 29px;
  }
  .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: $C3;
    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 $C3;
    color: $C3;

  }
  .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: $font-family-H;
    display: inline-block;
    margin: 0 auto;
    color: $M1;
    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: $C3;
    font-family: $font-family-H;
    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-hidden {
    display: none;
  }
  .ant-calendar-year-panel-header {
    height: 34px;
    line-height: 34px;
    text-align: center;
    margin:0 15px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border-bottom: 1px solid $M4;
  }
  .ant-calendar-year-panel-header a:hover {
    color: #005999;
  }
  .ant-calendar-year-panel-header .ant-calendar-year-panel-century-select,
  .ant-calendar-year-panel-header .ant-calendar-year-panel-decade-select,
  .ant-calendar-year-panel-header .ant-calendar-year-panel-year-select,
  .ant-calendar-year-panel-header .ant-calendar-year-panel-month-select {
    padding: 0 2px;
    display: inline-block;
    color: $M1;
    line-height: 34px;
  }
  .ant-calendar-year-panel-header .ant-calendar-year-panel-century-select-arrow,
  .ant-calendar-year-panel-header .ant-calendar-year-panel-decade-select-arrow,
  .ant-calendar-year-panel-header .ant-calendar-year-panel-year-select-arrow,
  .ant-calendar-year-panel-header .ant-calendar-year-panel-month-select-arrow {
    display: none;
  }
  .ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn,
  .ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn,
  .ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn,
  .ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn,
  .ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn,
  .ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn,
  .ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn,
  .ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn {
    width: 9px;
    height: 8px;
    position: absolute;
    top: 0;
    color: $M2;
    font-family: $font-family-H;
    padding: 0 5px;
    font-size: 16px;
    display: inline-block;
    line-height: 34px;
  }
  .ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn,
  .ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn,
  .ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn {
    top:14px;
    left: 25px;
  }
  .ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn,
  .ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn,
  .ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn {
    top:14px;
    right: 25px;
  }
  .ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn {
    left: 29px;
  }
  .ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn {
    right: 29px;
  }
  .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 $C3;
    color: $C3;
  }
  .ant-calendar-year-panel-year {
    font-family: $font-family-H;
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 0 auto;
    color: $M1;
    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: $C3;
    cursor: pointer;
  }
  .ant-calendar-year-panel-selected-cell .ant-calendar-year-panel-year {
    background: $C3;
    color: #fff;
  }
  .ant-calendar-year-panel-selected-cell .ant-calendar-year-panel-year:hover {
    background:#fff;
    color: $C3;
  }
  .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-header {
    margin-top: 6px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    margin: 0 15px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border-bottom: 1px solid $M4;
  }
  .ant-calendar-decade-panel-header a:hover {
    color: #005999;
  }
  .ant-calendar-decade-panel-header .ant-calendar-decade-panel-century-select,
  .ant-calendar-decade-panel-header .ant-calendar-decade-panel-decade-select,
  .ant-calendar-decade-panel-header .ant-calendar-decade-panel-year-select,
  .ant-calendar-decade-panel-header .ant-calendar-decade-panel-month-select {
    padding: 0 2px;
    font-weight: bold;
    display: inline-block;
    color: $M1;
    line-height: 34px;
  }
  .ant-calendar-decade-panel-header .ant-calendar-decade-panel-century-select-arrow,
  .ant-calendar-decade-panel-header .ant-calendar-decade-panel-decade-select-arrow,
  .ant-calendar-decade-panel-header .ant-calendar-decade-panel-year-select-arrow,
  .ant-calendar-decade-panel-header .ant-calendar-decade-panel-month-select-arrow {
    display: none;
  }

  .ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn,
  .ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn,
  .ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn,
  .ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn,
  .ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn,
  .ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn,
  .ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn,
  .ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn {
    position: absolute;
    top: 0;
    height: 10px;
    color: #999;
    font-family: $font-family-H;
    padding: 0 5px;
    font-size: 16px;
    display: inline-block;
    line-height: 34px;
  }

  .ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn,
  .ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn,
  .ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn {
    left: 7px;
  }
  .ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn{
    left:25px;
    top:14px;
  }
  .ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn,
  .ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn,
  .ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn {
    right: 7px;
  }
  .ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn{
    right: 25px;
    top:14px;
  }
  .ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn {
    left: 29px;
  }
  .ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn {
    right: 29px;
  }
  .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: $C3;
    border: 1px solid $C3;
  }
  .ant-calendar-decade-panel-century {
    color: $M1;
  }
  .ant-calendar-decade-panel-decade {
    display: inline-block;
    margin: 0 auto;
    color: $M1;
    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: $C3;
    cursor: pointer;
  }
  .ant-calendar-decade-panel-selected-cell .ant-calendar-decade-panel-decade {
    background: $C3;
    color: #fff;
  }
  .ant-calendar-decade-panel-selected-cell .ant-calendar-decade-panel-decade:hover {
    background: #fff;
    color: $C3;
  }
  .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: 0px;
  }
  .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;
  }
  .ant-calendar-time .ant-time-picker-panel {
    //  调整样式似的弹层能够将输入框遮盖
    
    // min-width: 170px;

  }
  .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-calendar{
    .ant-input {
      height: 22px !important;
      margin-top: 17px !important;
      color: $M1;
    }
  }
  .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: 25px;
    font-size: 12px !important;
    font-family: $font-family-H !important;
    line-height: 28px !important;
    color: $M1;
    background-color: #fff;
    background-image: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: calc(100% - 30px);
  }
  .ant-time-picker-input::-moz-placeholder {
    text-align: left;
    text-indent: 3px;
    color: $M3;
    opacity: 1;
    font-family: $font-family-H;
  }
  .ant-time-picker-input:-ms-input-placeholder {
    text-align: left;
    text-indent: 3px;
    color: $M3;
    font-family: $font-family-H;
  }
  .ant-time-picker-input::-webkit-input-placeholder {
    text-align: left;
    text-indent: 3px;
    color: $M3;
    font-family: $font-family-H;
  }
  .ant-time-picker-input::input-placeholder {
    text-align: left;
    text-indent: 3px;
    color: $M3;
    font-family: $font-family-H;
  }
  .ant-input::input-placeholder {
    text-align: left;
    color: $M3;
    font-size: 14px;
    font-family: $font-family-H;
  }
  .ant-input::-moz-placeholder {
    text-align: left;
    color: $M3;
    font-size: 14px;
    opacity: 1;
    font-family: $font-family-H;
  }
  .ant-input:-ms-input-placeholder {
    text-align: left;
    color: $M3;
    font-size: 14px;
    font-family: $font-family-H;
  }
  .ant-input::-webkit-input-placeholder {
    text-align: left;
    color: $M3;
    font-size: 14px;
    font-family: $font-family-H;
  }

  .ant-calendar-input::input-placeholder {
    color: $M3;
  }
  .ant-calendar-input:-moz-placeholder {
    color: $M3;
  }
  .ant-calendar-input:-ms-input-placeholder {
    color: $M3;
  }
  .ant-calendar-input::-webkit-input-placeholder {
    color: $M3;
  }


  .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: $M1;
    text-align: center;
    background-color: #eee;
    border: 1px solid $M4;
    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;
      max-width: 168px;
      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: $M1;
    background-color: #fff;
    background-image: none;
    border-bottom: 1px solid $M4;
    -webkit-transition: border .2s cubic-bezier(0.645, 0.045, 0.355, 1), background .2s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow .2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: border .2s cubic-bezier(0.645, 0.045, 0.355, 1), background .2s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow .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:after {
    cursor: pointer;
    display: none;
    content: "";
    border: 5px solid transparent;
    border-top-color: #667580;
    border-radius: 3px;
    margin-top: 3px;
  }
  .ant-time-picker-panel-inner {
    display: inline-block;
    position: relative;
    outline: none;
    list-style: none;
    font-size: 12px;
    text-align: left;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.17);
    background-clip: padding-box;
    line-height: 1.5;
    .time-head-inner 
      .time-head-span{
      width:33%;
      display:inline-block;
      // text-align:center;   为了跟antd的样式对其，使用他们的对其方式对其
      text-align: left;
      padding:0 0 0 16px;
      color:$M2;
      line-height: 24px;
      font-size: 14px;
      height: 24px;
    }
    .time-head-inner--noSec .time-head-span{
      width: 50%;
    }
  }
  .ant-time-picker-panel-input {
    font-family: $font-family-H;
    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-invalid {
    border-color: red;
  }
  .ant-time-picker-panel-clear-btn {
    position: absolute;
    right: 5px;
    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;
  }
  .ant-time-picker-panel-select {
    float: left;
    font-size: 12px;
    border: 1px solid #E4EBF0;
    border-width: 0 1px;
    margin-left: -1px;
    box-sizing: border-box;
    width: 57px;
    overflow: hidden;
    position: relative;
  }
  .ant-time-picker-panel-select:hover {
    overflow-y: auto;
  }
  .ant-time-picker-panel-select:first-child {
    border-left: 0;
    margin-left: 0;
  }
  .ant-time-picker-panel-select:last-child {
    border-right: 0;
  }
  .ant-time-picker-panel-select ul {
    list-style: none;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
    max-height: 144px;
  }
  .ant-time-picker-panel-select li {
    list-style: none;
    box-sizing: content-box;
    margin: 0;
    padding: 0 0 0 16px;
    color: $M2;
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: left;
    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-time-picker-panel-select li:hover {
    background: #ffffff !important;
    color: $C3;
  }
  .ant-time-picker-panel-select li.ant-time-picker-panel-select-option-selected {
    background: $M5;
    color:$C3;
  }
  .ant-time-picker-panel-select li.ant-time-picker-panel-select-option-disabled {
    color: #acb7bf;
  }
  .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;
    }
    .ant-input{
      font-size: 14px;
      cursor: default;
      font-family: $font-family-H;
    }
  }

  .datetime-readonly{
    .ant-calendar-picker:after{
      display:none;
    }
    .ant-calendar-picker {
      border: 1px solid #e4ebf0!important;
    }
    .ant-calendar-picker{
      border: 1px solid #e4ebf0;
      border-radius: 5px;
      background: #f5f8fa;
      color: #3E4E59;
      letter-spacing: 0;
      text-align: left;
    }
    .field-right{
      cursor: no-drop;
    }
    .ant-calendar-picker{
      cursor: no-drop;
    }
    .pc-sys-arrowdown-nomal-svg{
      display: none;
    }
    //wangyongning
    .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;
      .date-time-close{
        margin-top: 10px\9;
        position: relative;
        width: 14px;
        height: 14px;
        cursor: pointer !important;
        right: 39px;
        font-size: 14px;
        color: #ACB7BF;
        &:hover{
          color:#cc2929;
        };
      }
    }

  .date-time-search-status{
    .ant-input{
      border: none;
      cursor: pointer;
      text-align: center;
      input{
        cursor: pointer;
        text-align: center;
      }
    }
    .icon-label{
      display: block;
      content: "";
      position: absolute;
      top: 40%;
      right: 5px;
      border: 5px solid transparent;
      border-top-color: #667580;
      border-radius: 3px;
    }
  }
  .date-time-search-status:hover{
    .ant-input{
      background-color: #f5f8fa;
    }
  }
  .base-input-show{
    font-family: $font-family-H;
    height:8px;
    line-height:8px;
    position: absolute;
    left: 5px;
    bottom: -15px;
  }
  .base-input-error-label{
    .ant-input{
      border-bottom: 2px solid $E1 !important;
    }
  }
  .error-input{
    border-bottom: 2px solid $E1 !important;
  }
  .input-pError{
    font-size: 12px;
    font-family: $font-family-H;
    color: #cc2929;
  }
  .search-label-margin{
    margin:8px 0 0 0 !important;
  }
  .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;
  }
  .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-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: $font-family-H;
  padding: 0;
  width: 100%;
  height: 40px;
  cursor: text;
  font-size: 14px;
  line-height: 1.5;
  color: $M1;
  text-indent: 5px;
  background-color: #fff;
  background-image: none;
  border-top:none;
  border-left:none;
  border-right:none;
  border-bottom: 1px solid $M4;
  -webkit-transition: border .2s cubic-bezier(0.645, 0.045, 0.355, 1), background .2s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow .2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: border .2s cubic-bezier(0.645, 0.045, 0.355, 1), background .2s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow .2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100px;
}
.time-picker-component .ant-time-picker-input::-moz-placeholder {
  color: $M3;
  opacity: 1;
  font-size: 14px;
}
.time-picker-component .ant-time-picker-input:-ms-input-placeholder {
  color: $M3;
  font-size: 14px;
}
.time-picker-component .ant-time-picker-input::-webkit-input-placeholder {
  color: $M3;
  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: $M3;
}
.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;
}
.time-picker-component .ant-time-picker-panel-inner {
  display: inline-block;
  position: relative;
  outline: none;
  list-style: none;
  font-size: 12px;
  text-align: left;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
  line-height: 1.5;
}
.ant-time-picker-panel-input {
  font-family: $font-family-H;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  cursor: auto;
  line-height: 1.5;
  outline: 0;
}
.ant-time-picker-panel-input-wrap{
  position: relative;
  margin: 15px 15px 0 15px;
  border-bottom: 0;
  &:after {
    display: block;
    position: absolute;
    content: "";
    top: 22px;
    width: 0;
    height: 2px;
    background-color: #1b85d6;
    transition: left ease-in-out .15s, width ease-in-out .15s;
  }
  .ant-time-picker-panel-input{
    padding: 0 5px 0 5px;
    border-bottom: 1px solid $M4;
    font-size: 14px;
    line-height: 24px;
    height: 24px;
  }
  input{
    color: $M1;
  }
  input::-moz-placeholder {
    @include H5;
  }
  input:-ms-input-placeholder {
    @include H5;
  }
  input::-webkit-input-placeholder {
    @include H5;
  }
}
.ant-time-picker-panel-input-wrap-active{
  &:after {
    width: 100%;
    left: 0;
    transition: left $Spring .35s, width $Spring .35s;
  }
}
.hover-min-sec{
  .hour,
  .min,
  .sec {
    font-family: $font-family-H;
    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: 5px;
  cursor: pointer;
  overflow: hidden;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  top: 10px;
  margin: 0;
  color: #ACB7BF;
  font-size: 14px;
  &: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 {
  float: left;
  font-size: 12px;
  border-left: 1px solid #E4EBF0;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.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 .ant-time-picker-panel-select ul {
  list-style: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  max-height: 144px;
  li {
    list-style: none;
    box-sizing: content-box;
    color: $M2;
    margin: 0;
    font-size: 12px;
    font-family: $font-family-H;
    padding: 0 0 0 35px;
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: left;
    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;
  }
}
.time-picker-component .all-format{
  ul li {
    padding: 0 0 0 20px;
  }
}

.time-picker-component .ant-time-picker-panel-select li:hover {
  color: $C3;
}
.time-picker-component .ant-time-picker-panel-select li.ant-time-picker-panel-select-option-selected {
  background: $M5;
  color: $C3;
}
.time-picker-component .ant-time-picker-panel-select li.ant-time-picker-panel-select-option-disabled {
  color: $M3;
}
.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;
    }
    .ant-input{
      font-size: 14px;
      cursor: default;
      font-family: $font-family-H;
    }
  }

  .ant-time-picker-panel-input::input-placeholder {
    font-size: 12px;
    text-align: left;
    font-family: $font-family-H;
    color: #acb7bf;
  }

  .ant-time-picker-panel-input::-moz-placeholder {
    font-size: 12px;
    text-align: left;
    font-family: $font-family-H;
    color: #acb7bf;
    opacity: 1;
  }
  .ant-time-picker-panel-input:-ms-input-placeholder {
    font-size: 12px;
    text-align: left;
    font-family: $font-family-H;
    color: #acb7bf;
  }
  .ant-time-picker-panel-input::-webkit-input-placeholder {
    font-size: 12px;
    text-align: left;
    font-family: $font-family-H;
    color: #acb7bf;
  }

  .time-picker-component{
    .ant-time-picker-input::input-placeholder {
      text-align: left;
      font-family: $font-family-H;
      color: #acb7bf;
    }
    .ant-time-picker-input::-moz-placeholder {
      text-align: left;
      font-family: $font-family-H;
      color: #acb7bf;
      opacity: 1;
    }
    .ant-time-picker-input:-ms-input-placeholder {
      text-align: left;
      font-family: $font-family-H;
      color: #acb7bf;
    }
    .ant-time-picker-input::-webkit-input-placeholder {
      text-align: left;
      font-family: $font-family-H;
      color: #acb7bf;
    }
    .base-input-error-label{
      .ant-time-picker:after{
      width:100%;
      left:0;
      background-color: $E1;
      transition:left $Spring .35s ,width $Spring .35s;
    }
  }

  .date-time-label{
    max-width: 120px;
    height: 40px;
    font-family: $font-family-H;
    font-size: 14px;
    line-height: 40px;
    color: $M2;
    float: left;
    margin-right: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    .required-star{
      margin-right: 5px;
      display: inline-block;
      width: 8px;
      padding-top: 2px;
      height: 8px;
    }
  }
  .time-picker-active{
    .ant-time-picker:after{
      width:100%;
      left:0;
      transition:left $Spring .35s ,width $Spring .35s;
    }
  }
  .ant-time-picker{
    width: 100%;
    &: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;
    }
    .ant-time-picker-input{
      width: 100%;
    }
  }
  .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-close{
      top: 13px;
      position: absolute;
      width: 14px;
      height: 14px;
      cursor: pointer !important;
      right: 21px;
      font-size: 14px;
      color: #ACB7BF;
      &:hover{
        color:#cc2929;
      };
    }
  }
  .date-time-search-status{
    .ant-input{
      border: none;
      cursor: pointer;
      text-align: center;
      input{
        cursor: pointer;
        text-align: center;
      }
    }
    input::-webkit-input-placeholder{
      color:#000 !important;
    }
    .icon-label{
      display: block;
      content: "";
      position: absolute;
      top: 40%;
      right: 5px;
      border: 5px solid transparent;
      border-top-color: #667580;
      border-radius: 3px;
    }
  }
  .date-time-search-status:hover{
    .ant-input{
      background-color: #f5f8fa;
    }
  }
  .base-input-show{
    font-family: $font-family-H;
    height:8px;
    line-height:8px;
    position: absolute;
    left: 5px;
    bottom: -15px;
  }
  .base-input-error-label{
    .ant-input{
      border-bottom: 2px solid $E1 !important;
    }
  }
  .error-input{
    border-bottom: 2px solid $E1 !important;
  }
  .input-pError{
    font-size: 12px;
    font-family: $font-family-H;
    color: #cc2929;
  }
  .search-label-margin{
    margin:8px 0 0 0 !important;
  }
  .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;
  }
  .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: $E1;
  font-size: 0.75rem;
  margin-left: 5px;
}
.date-time-picker__close-btn{
  content: '';
  position: absolute;
  top: 5px;
  width: 14px;
  height: 14px;
  cursor: pointer !important;
  right: 26px;
  font-size: 14px;
  font-family: "anticon";
  color: #ACB7BF;
  &:hover{
    color: #cc2929;
  }
}
.date-time__input-close{
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  cursor: pointer !important;
  right: 22px;
  font-size: 14px;
  font-family: "anticon";
  color: #ACB7BF;
  &:hover{
    &::before{
      color: #cc2929;
    }
    color: #cc2929;
  }
}
.date-time__content{
  &.datetime-readonly{
    .date-time_is-hidden-tips {
      cursor: no-drop;
    }
    .form-item__control{
      &:focus{
        border: none;
        box-shadow: none;
      }
    }
  }
  .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: $font-family-A;
  }
  .field-right{
    position: relative;
  }
  .date-time__input-close{
    top:8px;
  }
}


