.calendar{position:fixed;width:100%;bottom:0;left:0;padding:0 11px;background-color:#fdfdfd;border-top:1px solid #d1d1d1;z-index:5;
	-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;
	-webkit-box-shadow:0 -1px 10px #e0e0e0;-moz-box-shadow:0 -1px 10px #e0e0e0;-ms-box-shadow:0 -1px 10px #e0e0e0;-o-box-shadow:0 -1px 10px #e0e0e0;box-shadow:0 -1px 10px #e0e0e0}
.calendar.cal-date .swiper-container{width:33.3%}
.calendar.cal-month .swiper-container{width:50%}
.calendar.cal-year .swiper-container{width:100%}
.calendar.cal-month .cal-d,.calendar.cal-year .cal-d,.calendar.cal-year .cal-m{display:none}
.calendar .cal-hd{height:49px;line-height:49px;border-bottom:1px solid #e6e6e6}
.calendar .cal-hd .rt{float:right}
.calendar .cal-hd span{float:left;width:65px;height:49px;font-size:16px;color:#4c99ff;text-align:center}
.calendar .cal-hd span:nth-child(2):before{float:left;width:1px;height:16px;content:'';margin-top:17px;background-color:#4c99ff}
.calendar .cal-bd{position:relative;height:180px}
.calendar .swiper-container{float:left;height:180px}
.calendar .swiper-slide{height:36px;line-height:36px;font-weight:700;font-size:13px;font-family:Arial;color:#868686;text-align:center}
.calendar .swiper-gray{position:absolute;top:0;left:0;z-index:2;width:100%;height:100%;background:-webkit-gradient(linear,left bottom,left top,from(#fdfdfd),color-stop(.52,rgba(245,245,245,0)),color-stop(.48,rgba(245,245,245,0)),to(#fdfdfd));background:-webkit-linear-gradient(#fdfdfd 0,rgba(245,245,245,0) 52%,rgba(245,245,245,0) 48%,#fdfdfd 100%);background:-moz-linear-gradient(#fdfdfd 0,rgba(245,245,245,0) 52%,rgba(245,245,245,0) 48%,#fdfdfd 100%);background:linear-gradient(#fdfdfd 0,rgba(245,245,245,0) 52%,rgba(245,245,245,0) 48%,#fdfdfd 100%)}
.calendar .swiper-slide-active{font-size:16px;color:#4c99ff}
.calendar .swiper-wol{position:absolute;width:100%;height:36px;top:50%;left:0;margin-top:-19px;border-top:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6}