html #wqFrameuicss-wqFrameDate {
  display: none;
  position: absolute;
  width: 1989px;
}

.wqFrameui-datePicker.input-group {
  position: relative;
  width: 100%;
}

.wqFrameui-datePicker.input-group span.wqIcon-calendar {
  color: #bbb;
  background-color: transparent;
  position: absolute;
  right: 0;
  border: none;
  z-index: 4;
  width: 38px;
  height: 38px;
  line-height: 38px;
  display: block;
  padding: 0;
  text-align: center;
}

.wqFrameui-wqFrameDate {
  position: absolute;
  z-index: 66666666;
  margin: 5px 0;
  border-radius: 2px;
  font-size: 14px;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: wqFrameDate-upbit;
  animation-name: wqFrameDate-upbit;
}

.wqFrameui-wqFrameDate-content td,
.wqFrameui-wqFrameDate-header *,
.wqFrameui-wqFrameDate-list li {
  transition-duration: .3s;
  -webkit-transition-duration: .3s;
}

@-webkit-keyframes wqFrameDate-upbit {
  from {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: .3;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes wqFrameDate-upbit {
  from {
    transform: translate3d(0, 20px, 0);
    opacity: .3;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.wqFrameui-wqFrameDate-static {
  position: relative;
  z-index: 0;
  display: inline-block;
  margin: 0;
  -webkit-animation: none;
  animation: none;
}

.wqFrameDate-ym-show .wqFrameDate-next-m,
.wqFrameDate-ym-show .wqFrameDate-prev-m {
  display: none !important;
}

.wqFrameDate-ym-show .wqFrameDate-next-y,
.wqFrameDate-ym-show .wqFrameDate-prev-y {
  display: inline-block !important;
}

.wqFrameDate-time-show .wqFrameDate-set-ym span[date-type=month],
.wqFrameDate-time-show .wqFrameDate-set-ym span[date-type=year],
.wqFrameDate-time-show .wqFrameui-wqFrameDate-header .wqFrameui-icon,
.wqFrameDate-ym-show .wqFrameDate-set-ym span[date-type=month] {
  display: none !important;
}

.wqFrameui-wqFrameDate-header {
  position: relative;
  height: 34px;
  line-height: 34px;
  border-bottom: 1px solid #e8e9ea;
}

.wqFrameDate-set-ym span,
.wqFrameui-wqFrameDate-header i {
  cursor: pointer;
}

.wqFrameui-wqFrameDate-header * {
  display: inline-block;
  vertical-align: bottom;
}

.wqFrameui-wqFrameDate-header i {
  position: absolute;
  top: 10px;
  color: #d0d0d0;
  font-size: 12px;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  transform: scale(0.7);
}

.wqFrameui-wqFrameDate-header i.wqFrameDate-prev-y {
  left: 15px;
}

.wqFrameui-wqFrameDate-header i.wqFrameDate-prev-m {
  left: 45px;
}

.wqFrameui-wqFrameDate-header i.wqFrameDate-next-y {
  right: 15px;
}

.wqFrameui-wqFrameDate-header i.wqFrameDate-next-m {
  right: 45px;
}

.wqFrameDate-set-ym {
  width: 100%;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.wqFrameDate-time-text {
  cursor: default !important;
}

.wqFrameDate-day-mark {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 30px;
  font-size: 12px;
  overflow: hidden;
}

.wqFrameDate-day-mark::after {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

.wqFrameui-wqFrameDate-footer {
  position: relative;
  height: 46px;
  line-height: 26px;
  padding: 10px;
}

.wqFrameui-wqFrameDate-list > li,
.wqFrameui-wqFrameDate-range .wqFrameui-wqFrameDate-main {
  display: inline-block;
  vertical-align: middle;
}

.wqFrameui-wqFrameDate-list {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  background-color: #fff;
}

.wqFrameui-wqFrameDate-list p {
  padding: 0;
  margin: 0;
}

.wqFrameui-wqFrameDate-list.wqFrameDate-year-list,
.wqFrameui-wqFrameDate-list.wqFrameDate-time-list,
.wqFrameui-wqFrameDate-list.wqFrameDate-month-list {
  padding-top: 0;
}

.wqFrameui-wqFrameDate-list.wqFrameDate-month-list li,
.wqFrameui-wqFrameDate-list.wqFrameDate-year-list li,
.wqFrameui-wqFrameDate-list.wqFrameDate-year-list li.wqFrameui-this,
.wqFrameui-wqFrameDate-list.wqFrameDate-month-list li.wqFrameui-this,
.wqFrameui-wqFrameDate-list.wqFrameDate-year-list li.wqFrameui-this:hover,
.wqFrameui-wqFrameDate-list.wqFrameDate-month-list li.wqFrameui-this:hover {
  border-radius: 0;
}

.wqFrameui-wqFrameDate-list.wqFrameDate-year-list li {
  margin: 14px 0 0 0;
}

.wqFrameui-wqFrameDate-list > li {
  font-size: 12px;
  position: relative;
  width: 33.3%;
  height: 30px;
  line-height: 30px;
  margin: 3px 0;
  text-align: center;
  cursor: pointer;
}

.wqFrameui-wqFrameDate-list.wqFrameDate-month-list li {
  margin-top: 23px;
  margin-bottom: 0;
}

.wqFrameDate-time-list > li {
  height: 100%;
  margin: 0;
  line-height: normal;
  cursor: default;
}

.wqFrameDate-time-list p {
  position: relative;
  line-height: 29px;
}

.wqFrameDate-time-list ol {
  height: 195px;
  overflow: hidden;
}

.wqFrameDate-time-list > li:hover ol {
  overflow-y: auto;
}

.wqFrameDate-time-list ol li {
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.wqFrameDate-time-list ol li.wqFrameui-this {
  border-radius: 0;
}

.wqFrameui-wqFrameDate-hint {
  position: absolute;
  top: 115px;
  left: 50%;
  width: 250px;
  margin-left: -125px;
  line-height: 20px;
  padding: 15px;
  text-align: center;
  font-size: 12px;
}

.wqFrameui-wqFrameDate-range .wqFrameDate-main-list-0 .wqFrameDate-next-m,
.wqFrameui-wqFrameDate-range .wqFrameDate-main-list-0 .wqFrameDate-next-y,
.wqFrameui-wqFrameDate-range .wqFrameDate-main-list-1 .wqFrameDate-prev-m,
.wqFrameui-wqFrameDate-range .wqFrameDate-main-list-1 .wqFrameDate-prev-y {
  display: none;
}

.wqFrameui-wqFrameDate-range .wqFrameDate-main-list-1 .wqFrameui-wqFrameDate-content {
  border-left: 1px solid #e2e2e2;
}

.wqFrameui-wqFrameDate,
.wqFrameui-wqFrameDate-hint {
  border: 1px solid #e8e9ea;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
  background-color: #fff;
  color: #666;
}

.wqFrameui-wqFrameDate-header i:hover,
.wqFrameui-wqFrameDate-header span:hover {
  color: #5997f4;
}

.wqFrameui-wqFrameDate-content td,
.wqFrameui-wqFrameDate-content th {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
}

.wqFrameui-wqFrameDate-content {
  border-top: none 0;
  border-bottom: none 0;
  position: relative;
  padding: 10px;
  padding-top: 0;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.wqFrameui-wqFrameDate-content table {
  border-collapse: collapse;
  border-spacing: 0;
}

.wqFrameui-wqFrameDate-content th {
  color: #999;
  font-weight: normal;
  font-size: 12px;
}

.wqFrameui-wqFrameDate-content th:first-child,
.wqFrameui-wqFrameDate-content th:last-child {
  color: #bbb;
}

.wqFrameui-wqFrameDate-content td {
  color: #666;
  position: relative;
  cursor: pointer;
  font-size: 12px;
}

.wqFrameui-wqFrameDate-content td.wqFrameDate-selected {
  background-color: #ebf2fe;
}

.wqFrameDate-selected:hover {
  background-color: #ebf2fe !important;
}

.wqFrameui-wqFrameDate-list li:hover {
  background-color: #eaeaea;
  color: #333;
}

.wqFrameui-wqFrameDate-content td:hover {
  background-color: #eaeaea;
  color: #333;
  border-radius: 50%;
}

.wqFrameDate-time-list li ol {
  margin: 0;
  padding: 0;
  border: 1px solid #e2e2e2;
  border-left-width: 0;
}

.wqFrameDate-time-list li:first-child ol {
  border-left-width: 1px;
}

.wqFrameDate-time-list > li:hover {
  background: 0 0;
}

.wqFrameui-wqFrameDate-content .wqFrameDate-day-next,
.wqFrameui-wqFrameDate-content .wqFrameDate-day-prev {
  color: #d2d2d2;
}

.wqFrameDate-selected.wqFrameDate-day-next,
.wqFrameDate-selected.wqFrameDate-day-prev {
  background-color: #f8f8f8 !important;
}

.wqFrameui-wqFrameDate-footer {
  border-top: 1px solid #e8e9ea;
}

.wqFrameui-wqFrameDate-footer .btn-group {
  float: right;
  margin-top: -3px;
}

.wqFrameui-wqFrameDate-footer .wqFrameDate-btns-time {
  color: #bbb;
  cursor: pointer;
}

.wqFrameui-wqFrameDate-footer .wqFrameDate-btns-time:hover {
  color: #3782f2;
}

.wqFrameui-wqFrameDate-footer .btn {
  font-size: 12px;
}

.wqFrameui-wqFrameDate-hint {
  color: #FF5722;
}

.wqFrameDate-day-mark::after {
  background-color: #ec5f5f;
}

.wqFrameui-wqFrameDate-content td.wqFrameui-this .wqFrameDate-day-mark::after {
  display: none;
}

.wqFrameui-wqFrameDate-footer span[date-type=date] {
  color: #3782f2;
}

.wqFrameui-wqFrameDate .wqFrameui-this {
  background-color: #61a0ff !important;
  color: #fff !important;
  border-radius: 50%;
}

.wqFrameui-wqFrameDate .wqFrameDate-disabled,
.wqFrameui-wqFrameDate .wqFrameDate-disabled:hover {
  background: 0 0 !important;
  color: #d2d2d2 !important;
  cursor: not-allowed !important;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.wqFrameDate-theme-molv {
  border: none;
}

.wqFrameDate-theme-molv.wqFrameui-wqFrameDate-range {
  width: 548px;
}

.wqFrameDate-theme-molv .wqFrameui-wqFrameDate-main {
  width: 274px;
}

.wqFrameDate-theme-molv .wqFrameui-wqFrameDate-header {
  border: none;
  background-color: #009688;
}

.wqFrameDate-theme-molv .wqFrameui-wqFrameDate-header i,
.wqFrameDate-theme-molv .wqFrameui-wqFrameDate-header span {
  color: #f6f6f6;
}

.wqFrameDate-theme-molv .wqFrameui-wqFrameDate-header i:hover,
.wqFrameDate-theme-molv .wqFrameui-wqFrameDate-header span:hover {
  color: #fff;
}

.wqFrameDate-theme-molv .wqFrameui-wqFrameDate-content {
  border: 1px solid #e2e2e2;
  border-top: none;
  border-bottom: none;
}

.wqFrameDate-theme-molv .wqFrameDate-main-list-1 .wqFrameui-wqFrameDate-content {
  border-left: none;
}

.wqFrameDate-theme-grid .wqFrameDate-month-list > li,
.wqFrameDate-theme-grid .wqFrameDate-year-list > li,
.wqFrameDate-theme-grid .wqFrameui-wqFrameDate-content td,
.wqFrameDate-theme-grid .wqFrameui-wqFrameDate-content thead,
.wqFrameDate-theme-molv .wqFrameui-wqFrameDate-footer {
  border: 1px solid #e2e2e2;
}

.wqFrameDate-theme-grid .wqFrameDate-selected,
.wqFrameDate-theme-grid .wqFrameDate-selected:hover {
  background-color: #f2f2f2 !important;
  color: #009688 !important;
}

.wqFrameDate-theme-grid .wqFrameDate-selected.wqFrameDate-day-next,
.wqFrameDate-theme-grid .wqFrameDate-selected.wqFrameDate-day-prev {
  color: #d2d2d2 !important;
}

.wqFrameDate-theme-grid .wqFrameDate-month-list,
.wqFrameDate-theme-grid .wqFrameDate-year-list {
  margin: 1px 0 0 1px;
}

.wqFrameDate-theme-grid .wqFrameDate-month-list > li,
.wqFrameDate-theme-grid .wqFrameDate-year-list > li {
  margin: 0 -1px -1px 0;
}

.wqFrameDate-theme-grid .wqFrameDate-year-list > li {
  height: 43px;
  line-height: 43px;
}

.wqFrameDate-theme-grid .wqFrameDate-month-list > li {
  height: 71px;
  line-height: 71px;
}
