.q-datepicker {
  width: 221px;
  position: relative;
}
.q-datepicker .picker-tit {
  position: relative;
  padding: 0 46px 0 12px;
  border: 1px solid #ddd;
  height: 38px;
  cursor: pointer;
  background: #fff;
}
.q-datepicker .picker-tit .tit {
  height: 38px;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
}
.q-datepicker .picker-box {
  border: 1px solid #ddd;
  position: absolute;
  left: 0;
  top: 39px;
  width: 221px;
  box-sizing: border-box;
  height: 222px;
  z-index: 1;
  background: #ffffff;
}
.q-datepicker .picker-box .box-wrap {
  position: relative;
  padding: 0 10px 5px 10px;
}
.q-datepicker .picker-box .box-tit {
  height: 23px;
  text-align: center;
  font: bold 16px/20px tahoma, arial, sans-serif;
  padding: 8px 12px;
  color: #333;
}
.q-datepicker .picker-box .box-tit .pre,
.q-datepicker .picker-box .box-tit .next {
  position: absolute;
  top: 0;
  cursor: pointer;
  width: 27px;
  height: 37px;
}
.q-datepicker .picker-box .box-tit .pre:hover,
.q-datepicker .picker-box .box-tit .next:hover {
  background-color: #fcf4d9;
}
.q-datepicker .picker-box .box-tit .pre {
  left: 0;
  background: url('/images/default/icon/icon-btn.png') 6px 7px no-repeat;
}
.q-datepicker .picker-box .box-tit .next {
  right: 0;
  background: url('/images/default/icon/icon-btn.png') -22px 7px no-repeat;
}
.q-datepicker .picker-box .box-bg {
  position: absolute;
  left: 10px;
  top: 66px;
  font: 150px/150px Arial;
  color: #fcf4d9;
  z-index: 20;
  width: 200px;
  text-align: center;
}
.q-datepicker .box-content {
  border-collapse: collapse;
  width: 100%;
  z-index: 40;
  position: relative;
}
.q-datepicker .box-content th {
  border-bottom: 1px solid #ddd;
  width: 28px;
  height: 27px;
  text-align: center;
}
.q-datepicker .box-content td {
  width: 28px;
  height: 25px;
  font: bold 12px/25px tahoma, arial, sans-serif;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  padding: 0 !important;
}
.q-datepicker .box-content td:hover {
  background-color: #FFC600;
  color: #fff;
}
.q-datepicker .box-content td.active {
  background-color: #FFC600;
  color: #fff;
}
.q-datepicker .box-content .day_no {
  color: #aaaaaa;
  cursor: not-allowed;
}
.q-datepicker .box-content .day_no:hover {
  background-color: #FFFFFF!important;
}
