.week-picker {
  position: absolute;
  border: 1px solid #DADDE4;
  border-radius: 3px;
  z-index: 9999;
}
.week-picker .confirm {
  text-align: center;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top: 1px solid #E4E7EF;
  color: #4B5564;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
}

.week-picker .date-panel {
  background: #fff;
  border-radius: 4px;
  display: inline-block;
}

.week-picker-hasdata{
  position: relative;
}
.week-picker-hasdata .clear-date {
  position: absolute;
  top:-1px;
  right:10px;
  color: #B9BEC3;
  height: 12px;
  width: 12px;
  cursor: pointer;
}
.week-picker-hasdata:hover .clear-date {
  display: inline-block;
}
