/* CSS Document */
.calendar {	
    width: 100%;	
    /* background: #e6e6e6;  */
    font-size:16px; 
    /* font-family:"宋体";  */
    margin:inherit;
    padding-top: 20px;
}
.calendar table tr th{ 
    width:34px; 
    height:45px; 
    /* background:url('https://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3462/site/picture/1530/2411121514460187935.jpg') no-repeat center;  */
    font-size:13px; 
    font-family:"微软雅黑"; 
    font-size:13px;
}
.calendar table tr td{ 
    text-align:center; 
    line-height:38px; 
    height:44px; 
    color:#4f4f4f; 
    cursor:pointer;
}
.calendar table{
    background: white;
    width: 100%;
    margin-top: 12px !important;
}

/*鼠标滑过*/

.riqi { 
    position:relative; 
    z-index:9999999; 
    width:36px; 
    height:36px;
    margin: 0 auto;
    border-radius: 50%;
}
.riqi .piaofu{ 
    position:absolute; 
    width:212px; 
    bottom:44px;
    left:-98px; 
    background:#005293;  
    text-align:left; 
    font-size:12px; 
    line-height:18px; 
    padding:10px;
    display:none; 
    z-index:100;
}
.riqi.current .piaofu{ 
    display:block;
}
.riqi .piaofu span{ 
    display:block; 
    width:19px; 
    height:9px; 
    background:url('https://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3462/site/picture/1530/2411121514459107243.png') no-repeat; 
    position:absolute; 
    bottom:-9px;
    _bottom:-12px;
    left:103px; 
    z-index:100;
}
.riqi .piaofu ul li{ 
    padding:2px 0px 2px 8px; 
    background:url('https://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3462/site/picture/1530/2411121514459533065.jpg') no-repeat 0px 9px; 
    z-index:100;
}
.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 th span{
    background-color: #4a83c4;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 32px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    box-sizing: border-box;
    margin: 0 auto;
    font-size: 17px;
    color: #fff;
}
/*选择日期*/
.choice { 
    font-size:19px; 
    height:40px;
    color:#000;
    background:#e7eef8;
}
.choice p{ 
    float: left;
    height: 40px;
    line-height: 40px;
    width: 50%;
    text-align: center;
}
.choice p.month{ 
    background:url('https://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3462/site/picture/1530/2411121514459861584.jpg') no-repeat right 9px;
}
.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 15px;  */
    width:30px; 
    margin:0px; 
    /* *padding:0 14px;	 */
}
.choice .month .prev,
.choice .year .prev{ 
    padding-left:0px;
} 
.choice .year .next{ 
    padding-right:0px;
} 
/* .dateSelector{ border:1px solid LightGrey;}  */
.calendar table tr td .riqi.bgHover_t {
    background-color: #015293;
    color: #fff !important;
    text-decoration: none !important;
}

.calendar .year_name{ font-family:"微软雅黑"; font-size:18px;}
.calendar .year_name{ font-family:"微软雅黑"; font-size:18px;}

.calendar table tr td .riqi.yesData{
    background-color: #e4ecf0;
    color: #4a83c4;
}
.bgHover{ 
    background:#005293; 
    color:#fff !important;
    text-decoration:none !important;
}
.calendar table tr td .riqi.bgHover{
    background:#005293; 
    color:#fff;
}
.riqi .piaofu ul{
    padding-left: 0px;
}

@media only screen and (max-width: 767px) and (min-width: 100px){
    
}