.hn-calendar{background-color:#fff}.hn-calendar__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:12px 20px;border-bottom:1px solid #EBEEF5}.hn-calendar__title{color:#000;-ms-flex-item-align:center;align-self:center}.hn-calendar__body{padding:12px 20px 35px}.hn-calendar-table{table-layout:fixed;width:100%}.hn-calendar-table thead th{padding:12px 0;color:#606266;font-weight:400}.hn-calendar-table:not(.is-range) td.next,.hn-calendar-table:not(.is-range) td.prev{color:#C0C4CC}.hn-calendar-table td{border-bottom:1px solid #EBEEF5;border-right:1px solid #EBEEF5;vertical-align:top;-webkit-transition:background-color .2s ease;transition:background-color .2s ease}.hn-calendar-table td.is-selected{background-color:#F2F8FE}.hn-calendar-table td.is-today{color:#409EFF}.hn-calendar-table tr:first-child td{border-top:1px solid #EBEEF5}.hn-calendar-table tr td:first-child{border-left:1px solid #EBEEF5}.hn-calendar-table tr.hn-calendar-table__row--hide-border td{border-top:none}.hn-calendar-table .hn-calendar-day{-webkit-box-sizing:border-box;box-sizing:border-box;padding:8px;height:85px}.hn-calendar-table .hn-calendar-day:hover{cursor:pointer;background-color:#F2F8FE}