<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
table {margin-top: 18px !important;}
.calendar {	width: 100%; font-size:13px; font-family:"宋体";margin-top: 15px;}
.calendar table tr th{ width:36px; height:36px; font-size:16px; font-family:"微软雅黑"; font-weight: 400;}
.calendar table tr td{ text-align:center; line-height:30px; height:36px; width: 36px; color:#4f4f4f; cursor:pointer;box-sizing: border-box;}
.calendar table tr th span { background-color: #d8eaf8; display: block;width: 36px;height: 36px;line-height: 34px; border: 1px solid #015293; border-radius: 3px;box-sizing: border-box;margin: 0 auto;  }
/*鼠标滑过*/
/*.bgHover{ background:#015293; color:#fff !important;text-decoration:none !important;}*/
.bgHover_t{ background:#015293; color:#fff !important;text-decoration:none !important;}
.riqi { position:relative; z-index:50; width:30px; height:30px; border-radius: 50%;}
.riqi .piaofu{ border-radius: 5px; position:absolute; width:212px; bottom:44px;left:-98px; background:#015293;  text-align:left; font-size:12px; line-height:18px; padding:10px;display:none; z-index:100;}
.riqi.current .piaofu{ display:block;}
.riqi .piaofu span{ background: url(../images/angle.png) no-repeat center; display:block; width:19px; height:9px;  position:absolute; bottom:-9px;_bottom:-12px;left:103px; z-index:100;}
.riqi .piaofu ul li{  padding:2px 0px 2px 8px; z-index:100;padding-left: 10px; background: url(../images/angle1.png) no-repeat left 10px;}
.riqi .piaofu ul li a{color:#fff; z-index:100; font-family:"微软雅黑"; font-size:12px;}
.riqi .piaofu ul li a:hover{ text-decoration:underline; z-index:100;}

/*非本月日期*/
.calendar table tr td.current_day{ background:#cbcbcb}
.calendar table tr td.unselected_month{ color:#b5b5b5}
.calendar table tr td .riqi.yesData{background-color: #d8eaf8;color: #015293;}
.calendar table tr td .riqi.bgHover_t{background-color: #015293;}

/*选择日期*/
.choice p{ display:block;float:left; height:32px; line-height:38px; }
.choice .month_name{ display:inline-block; width:62px; text-align:center;font-family:"微软雅黑"; font-size:18px;}
.choice .button{ cursor:pointer; display:inline-block; padding:0 22px; width:9px; margin:0px;	}
.choice .button.next { background: url(../images/calendar3.png) no-repeat right center; }
.choice .month .prev{ padding-left:0px;} 
.choice .year .next{ padding-right:0px;} 

.calendar .year_name{ font-family:"微软雅黑"; font-size:18px;}
.calendar .year_name{ font-family:"微软雅黑"; font-size:18px;}
.calendar_cont {margin-top: 20px;}
.calendar_cont .hd { position: relative;  }
.calendar_cont .hd &gt; em { float: left; font-size: 16px; color: #333;  }
.calendar_cont .hd &gt; a { position: absolute;top: 0; right: 0; padding-left: 22px; }
.calendar_cont .hd &gt; a.next { right: 54px;padding-right: 22px;padding-left: 0;  }
.calendar_cont .hd &gt; span { font-size: 14px;color: #999; float: right;margin-right: 28px; }
.calendar_cont .hd &gt; span &gt; span {color: #015293;}
.calendar_cont .bd {overflow: hidden; margin-top: 20px;border: 1px solid #e6e6e6;box-sizing: border-box;height: 85px;padding-top: 15px;}
.calendar_cont .bd .tempWrap { width: 260px !important;  }
.calendar_cont .bd li { width: 260px; }
.calendar_cont .bd li a {font-size: 16px;line-height: 26px;color: #333;display: inline-block;}
.calendar_cont .bd li a:hover { color: #015293; }</pre></body></html>