.hwy_date_main{width: 100%; text-align: center;}
.year_p{text-align: center; width: 99.96%; background-color: #2ad; border-bottom: 1px solid #cfcfcf;font-weight: bold; font-size: 1.2em; line-height: 6em;/*position: fixed;*/}
.yearBtn{display: inline-block; cursor: pointer; border-radius: 10%; /*border: 1px solid #b0b0b0;*/ margin-left: 10px; margin-right: 10px; line-height: 1.8rem;}
.monthBtn{display: inline-block; cursor: pointer; border-radius: 10%; /*border: 1px solid #b0b0b0;*/ padding:10px 0; }
.month_data{width: 99.96%; text-align: center; background-color: #fff; border: 1px solid #00a9e3;}
.month_p{text-align: center; padding-top: .5rem; padding-bottom: .5rem;background-color: #00a9e3; color: #fff; font-weight: bold;}
.month_p span{width: 30%; display: inline-block;}
.monthBtn b{background-color: #4180ee; padding: .5rem; border-radius: .3rem;  border: 1px solid #fff; border-bottom-color: #929292;}
.monthBtn b:hover{background-color: #4180ee; border: 1px solid #fff; border-bottom-color: #929292;}
.monthBtn b:active{background-color: #00a9e3; border: 1px solid #929292; border-bottom-color: #fff;}
.preMonthBtn{text-align: left;}
.nextMonthBtn{text-align: right;}
.pre_lt, .next_gt{display: none;}
.week_item, .empty_date_item, .date_item{width:14.28%; height: 4em; line-height: 4em; padding: .5rem; display: inline-block;text-align: center; vertical-align: middle;font-weight: bold;
    border: 1px solid #89b6e2; }
.week_item{height:3em; line-height: 3em; padding: 0; font-size: 1.2em; background-color: #f1f1f1; }
.empty_date_item{color: #b3b3b3; }
.date_item{overflow: hidden;}
.date_item:hover{background-color: rgba(11, 130, 226, 0.41); }
.isWkHead{color: #000;}
.isWk{/*background-color: #d8e6ff;*/ color: #000;}
.isWkDisabled{/*background-color: #d8e6ff;*/ color: #929292;}
.isSelected{background-color: #b9b9b9;}
.disabled{color:#929292; border-color: #929292; cursor:default;!important;}
.disabled b{background-color: #bfbfbf; }
.disabled b:hover,.disabled b:active{color:#929292; background-color: #bfbfbf; border: 1px solid #fff; border-bottom-color: #929292;}
