$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:#36434D;
  $M2:#667580;
  $M3:#ACB7BF;
  $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;
  }
.bs-calendar-date-time{
  width: 0;
  height: 0;
  &.bs-date-time__on-toolbar{
    ///动画效果
    &.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);
    }
    &.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;
    }
    @-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);
      }
    }
  }
  &.bs-date-time__on-rightView{
    position: inherit !important;
    .ant-calendar{
      width: 248px;
      box-shadow:none;
    }
    .ant-calendar-footer{
      height: 0;
    }
  }
  &.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: #cc2929;
  }
  &.ant-calendar-picker-container a:active {
    color: #cc2929;
  }
  &.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;
  }

  @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-A;
      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 {
      position: relative;
      display: block;
      outline: none;
      font-size: 12px;
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      border-bottom: none; 
      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;
      }
    }
    .ant-calendar-picker_has-error {
      &:after{
        display: block;
        position: absolute;
        content: "";
        left: 50%;
        top: 25px;
        width: 0;
        height: 2px;
        background-color: $E1;
        transition: left ease-in-out .15s ,width ease-in-out .15s;
      }
    }
    .ant-calendar-picker-open{
      &:after{
        width:100%;
        left:0;
        transition:left $Spring .35s ,width $Spring .35s;
      }
    }
    .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: 6px;
      line-height: 12px;
      right: 5px;
      color: #999;
      top: 36%;
      cursor: pointer;
    }
    .ant-calendar {
      margin-top: 5px;
      position: relative;
      outline: none;
      border-radius: 2px;
      /*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 5px 0 rgba(0, 0, 0, 0.3);
    }
    .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-A;
      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{
        cursor: default;
        &:hover{
          color: inherit;
        }
      }
    }
    .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-A;
      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-A;
      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-A;
      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: 0 !important;
        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: 14px;
      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: #acb7bf;
      background-color: #f4f4f4;
      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: 16px;
          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: 20px; 
        font-size: 14px;
        font-family: "anticon";
        color: $M3;
        &:hover{
          color:#cc2929;
        };
      }
      .month-head-input-wrap{
        margin:0 15px;
        .sys-icon-close{
          position: absolute;
          right: 20px;
          top: 20px;
        }
        &:after{
          display: block;
          position: absolute;
          content: "";
          left: 50%;
          top: 35px;
          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: 363px !important;
        }
      }
      .ant-calendar-input-wrap{
        .head-clear-btn-time{
          position: absolute;
          display: none;
          top:19px;
          width: 14px;
          height: 14px;
          cursor: pointer !important;
          left: 102px;
          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-A;
      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-A;
      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-A;
      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-A;
      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: 26px;
    }
    .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: PingFangSC;
      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;
      padding: 4px 7px 4px 0;
      cursor: text;
      font-size: 14px;
      line-height: 1.7;
      font-family: $font-family-A;
      color: $M1;
      background-color: #fff;
      background-image: none;
      border-bottom: 1px solid $M4;
      height: 24px;
      width: 100px;
      padding-bottom: 5px;
      margin-right: 10px;
    }
    .ant-calendar-time .ant-calendar-input::-moz-placeholder,
    .ant-calendar-time .ant-time-picker-input::-moz-placeholder {
      font-family: $font-family-A;
      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-A;
      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-A;
      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-A;
      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-A;
      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-A;
      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-A;
      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-A;
      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-A;
      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 .u-icon,
    .ant-calendar-year-panel-next-decade-cell  .u-icon{
      cursor: pointer;
    }
   
    .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-A;
      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 {
        margin-top: 7px !important;
        height: 30px !important;
        color: $M1;
      }
    }
    .ant-input {
      vertical-align: middle;
      text-indent: 5px;
      white-space: nowrap;
      text-align: left;
      position: relative;
      display: inline-block;
      border: none;
      width: calc(100% - 13px);
      height: 23px;
      cursor: text;
      font-size: 14px !important;
      font-family: $font-family-A !important; 
      line-height: 1.5 !important;
      color: $M1;
      background-color: #fff;
      background-image: none;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
    }
    .ant-time-picker-input::-moz-placeholder {
      text-align: left;
      text-indent: 3px;
      color: $M3;
      opacity: 1;
      font-family: $font-family-A;
    }
    .ant-time-picker-input:-ms-input-placeholder {
      text-align: left;
      text-indent: 3px;
      color: $M3;
      font-family: $font-family-A;
    }
    .ant-time-picker-input::-webkit-input-placeholder {
      text-align: left;
      text-indent: 3px;
      color: $M3;
      font-family: $font-family-A;
    }
    .ant-time-picker-input::input-placeholder {
      text-align: left;
      text-indent: 3px;
      color: $M3;
      font-family: $font-family-A;
    }
    .ant-input::input-placeholder {
      text-align: left;
      color: $M3;
      font-size: 14px;
      font-family: $font-family-A;
    }
    .ant-input::-moz-placeholder {
      text-align: left;
      color: $M3;
      font-size: 14px;
      opacity: 1;
      font-family: $font-family-A;
    }
    .ant-input:-ms-input-placeholder {
      text-align: left;
      color: $M3;
      font-size: 14px;
      font-family: $font-family-A;
    }
    .ant-input::-webkit-input-placeholder {
      text-align: left;
      color: $M3;
      font-size: 14px;
      font-family: $font-family-A;
    }
    
    
    .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;
    }
    .datetime-disabled{
      .ant-calendar-picker:after{
        display:none;
      }
      .ant-input{
        font-size: 14px;
        cursor: default;
        font-family: $font-family-A;
      }
    }

    .datetime-readonly{
      .ant-calendar-picker:after{
        display:none;
      }
      .ant-calendar-picker{
        border-bottom: 0;
      }
      .pc-sys-arrowdown-nomal-svg{
        display: none;
      }
      .ant-input{
        font-size: 12px;
        cursor: default;
        color: $M1;
        background-color: #FFF !important;
        font-family: $font-family-A;
        border-bottom-color: #fff !important;
      }
    }
    .decade-panel-range-picker-left{
      width: 520px;
    }
    .decade-panel-range-year{
      left: 0 !important;
    }
    .decade-panel-range-picker-right{
      width: 520px;
      left: -260px;
    }
    .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-A;
      height:8px;
      line-height:8px;
      position: absolute;
      left: 5px;
      bottom: -15px;
    }
    .search-label-margin{
      margin:8px 0 0 0 !important;
    }

  .hover-min-sec{
    .hour,
    .min,
    .sec {
      font-family: PingFangSC;
      font-size: 12px;
      font-weight: normal;
      color: #667580;
      float: left;
      line-height: 30px;
      text-align: center;
    }
  }
    
    .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;
      }
    }

    .input-pError{
      font-size: 12px;
      font-family: $font-family-A;
      color: #cc2929;
    }
    .search-label-margin{
      margin:8px 0 0 0 !important;
    }
  .time-picker-readonly{
    .ant-time-picker-input{
      background-color: #FFF;
      cursor: default;
      color: $M1;
    }
  }

  .input-pFoucus.input-pError {
    color: $E1;
    font-size: 0.75rem;
  }
  .date-time-picker__close-btn{
    content: '';
    position: absolute;
    top: 4px;
    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{
      color: #cc2929;
    }
  }
  .date-time__content{
    .field-right{
      position: relative;
    }
    .date-time__input-close{
      top:6px;
    }
  }
}


