.xndatepicker {
  font-size: 14px;
  line-height: 26px;
  background: #fff;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  display: none;
  position: fixed;
  top: 100px;
  left: 100px;
  border: 1px solid #efefef;
  border-radius: 4px;
  user-select: none;
}
.xndatepicker-input.icon-xndatepickerrili {
  padding-right: 36px;
}
.xndatepicker-input.icon-xndatepickerrili:before {
  position: absolute;
  right: 10px;
  top: 9px;
}
.xndatepicker-input:empty:after {
  content: attr(data-placeholder);
}
.xndatepicker .xn-top {
  display: flex;
  align-items: flex-start;
}
.xndatepicker .xn-bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  display: flex;
  justify-content: flex-end;
  line-height: 31px;
  font-size: 12px;
}
.xndatepicker .xn-bottom > a {
  padding: 0 20px;
  cursor: pointer;
  border-left: 1px solid rgba(0, 0, 0, 0.06);
}
.xndatepicker .xn-bottom > a.confirm-date {
  color: #fff;
  border-radius: 0 0 4px;
}
.xndatepicker .shortcut {
  padding: 10px;
  line-height: 36px;
  white-space: nowrap;
  font-size: 12px;
  padding-top: 0;
}
.xndatepicker .shortcut li {
  cursor: pointer;
  color: rgba(0, 0, 0, 0.65);
}
.xndatepicker .shortcut li:hover {
  color: #222;
}
.xndatepicker .date-main {
  border-left: 1px solid rgba(0, 0, 0, 0.06);
}
.xndatepicker .timepicker {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  line-height: 34px;
  font-size: 12px;
}
.xndatepicker .datepicker {
  display: flex;
  align-items: flex-start;
}
.xndatepicker .timepicker > div {
  flex: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 6px 0;
}
.xndatepicker .dater > span {
  width: 36px;
  text-align: center;
  color: #ccc;
}
.xndatepicker .dater > span.active-day {
  color: #333;
  cursor: pointer;
}
.xndatepicker .dater > span.active-day.disable-day:hover {
  cursor: not-allowed;
  background: none;
  color: #333;
}
.xndatepicker .dater > span.active-day.cur-date {
  color: #fff;
}
.xndatepicker .cur-date {
  /* border-radius: 4px 0 0 4px; */
  border-radius: 4px;
}
.xndatepicker .cur-date.right-date {
  /* border-radius: 0 4px 4px 0; */
  border-radius: 4px;
}
.xndatepicker .cur-date.circle-date {
  border-radius: 4px;
}
.xndatepicker .cur-date.circle-date.year-item,
.xndatepicker .cur-date.circle-date.month-item {
  border-radius: 4px;
}
.xndatepicker .dater > span.active-day:hover {
  background: #ff8b0d;
  color: #fff;
  /*border-radius:15px;*/
}
.xndatepicker .week {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  color: #888;
  font-size: 12px;
}
.xndatepicker .week span {
  width: 32px;
  text-align: center;
  display: inline-block;
}
.xndatepicker .year-picker {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
  line-height: 45px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.xndatepicker .date-item {
  border-left: 1px solid rgba(0, 0, 0, 0.06);
  padding: 10px;
  width: 224px;
  padding-top: 0;
}
.xndatepicker .date-item:first-child {
  border: 0;
}
.xndatepicker .year-info span {
  cursor: pointer;
  margin: 0 2px;
  letter-spacing: 1px;
}
.xndatepicker .year-info span:hover {
  color: #ff8b0d;
}

.xndatepicker .next,
.xndatepicker .prev {
  color: rgba(0, 0, 0, 0.65);
}
.xndatepicker .next span,
.xndatepicker .prev span {
  font-size: 10px;
}
.xndatepicker .next > span:hover,
.xndatepicker .prev > span:hover {
  color: #000000;
  cursor: pointer;
}
.xndatepicker .next > span:before {
  transform: rotate(180deg);
  transform-origin: center;
  display: inline-block;
}

.xndatepicker.week .dater > span.active-day:hover,
.xndatepicker.week .dater > .hover,
.xndatepicker .dater > .active-day.hover,
.month-item.hover,
.year-item.hover {
  background: rgba(255, 139, 13, 0.1);

  color: rgba(0, 0, 0, 0.88);
}
.xndatepicker .cur-date,
.xndatepicker .hover.cur-date,
.xndatepicker .dater > span.cur-date.hover {
  background: #ff8b0d;
  color: #fff;
}
.year-list,
.month-list {
  display: flex;
  flex-wrap: wrap;
}
.year-list .year-item,
.month-list .month-item {
  flex: 0 0 calc(100% / 3 - 3%);
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 2px;
  margin: 9px 1%;
  font-size: 12px;
  position: relative;
}
.year-list .year-item.disable-year,
.month-list .month-item.disable-month {
  color: #ccc;
}
.year-list .year-item.disable-year:hover,
.month-list .month-item.disable-month:hover {
  background: none;
  color: #ccc;
}
.year-list .year-item:hover,
.month-list .month-item:hover {
  background: rgba(255, 139, 13, 0.1);

  color: rgba(0, 0, 0, 0.88);
  border-radius: 4px;
}
.xndatepicker .dater {
  font-size: 12px;
  display: flex;
  flex-wrap: wrap;
}
.xndatepicker .dater > span {
  flex: 0 0 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  margin: 1px 0;
  position: relative;
  overflow: hidden;
}
.xntimepicker {
  position: fixed;
  background: #fff;
  padding: 10px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  z-index: 9;
  padding-bottom: 0;
}
.xntimepicker div.time-cont {
  display: flex;
  justify-content: space-around;
}
.xntimepicker div.time-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*padding: 0 14px;*/
  font-size: 12px;
}
.xntimepicker .cur-time {
  color: #ff8b0d;
}
.xntimepicker .confirm-time {
  color: #fff;
  line-height: 22px;
  padding: 0 9px;
  background: #ff8b0d;
  border-radius: 2px;
}
.xntimepicker .confirm-time:hover {
  background: #4a9bfe;
}
.xntimepicker ul {
  height: 180px;
  overflow: hidden;
  white-space: nowrap;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}
.xntimepicker ul:hover {
  overflow: auto;
  overflow: overlay;
}
.xntimepicker ul:last-child {
  border-right: 0;
}
.xntimepicker ul li {
  padding: 0 24px 0 14px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 28px;
  font-size: 12px;
  cursor: pointer;
}
.xntimepicker ul li:hover {
  background: #879fff;
  color: #fff;
}
.xntimepicker ul li.on {
  background: #ff8b0d;
  color: #fff;
}
.timeitem .timecont {
  width: 100px;
  flex: 0 0 100px;
  height: 28px;
  border: 1px solid #eee;
  line-height: 28px;
  background: #fff;
  text-align: left;
  padding: 0 6px;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}
.timeitem .timecont > span {
  line-height: 26px;
  position: absolute;
  top: 0;
}
.timeitem > input {
  border: 1px solid #eee;
  outline: none;
  line-height: 26px;
  flex: 0 0 100px;
  width: 100px;
  margin-right: 10px;
  padding: 0 6px;
  font-size: 12px;
  box-sizing: border-box;
}
.xndatepicker .month-info:hover {
  cursor: pointer;
  color: #ff8b0d;
}
/*.xndatepicker.week .shortcut,.xndatepicker.year .shortcut,.xndatepicker.yearrange .shortcut{*/
/*	display: none;*/
/*}*/
.xndatepicker .xntriangle {
  display: block;
  width: 12px;
  height: 12px;
  background: #fff;
  position: absolute;
  border: 1px solid rgba(0, 0, 0, 0.06);
  transform: rotate(45deg);
}
.xndatepicker .is-today:after {
  content: '';
  display: block;
  width: 10px;
  height: 3px;
  background: #cf3824;
  position: absolute;
  bottom: 0;
  left: calc(50% - 5px);
}
.xndatepicker .is-today {
  font-weight: bold;
}
.xndatepicker.multiple .day-item {
  border-radius: 15px !important;
}
.dateinputer {
  height: 36px;
  line-height: 36px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  cursor: pointer;
  position: relative;
  padding: 0 12px;
  font-size: 14px !important;
  margin-left: 8px;
  display: flex;
  align-items: center;
  min-width: 146px;
  box-sizing: border-box;
}
.icon_reach {
  margin: 0 8px;
}
.icon-xndatepickerrili:before {
  background: url(../../images/common/icon_calendar.png) no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  width: 16px;
  height: 16px;
  content: '';
}
