
* {
    margin: 0;
    padding: 0
}
a {
    text-decoration: none;
}
#calendar {
    width: 100%;
    margin: 10px auto;
    /*overflow: hidden;*/
    position: relative;
    height: 245px;
}
#backToday{display:none;}
.calendar-title {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background-color: #e8eef6;
}

#calendar #calendar_title {
    text-align: center;
}

#calendar img {
    width: 35px;
    height: auto;
}

#calendar .calendar-today{border-radius:5px;background-color:rgb(242,242,242);position:absolute}

#calendar .arrow{position:absolute;right:5%;width:90%;top:0px;}
#calendar .arrow-prev,#calendar .arrow-next {
    position: absolute;
    color: #000000;
    font-size: 26px;
	cursor:pointer;
}
#calendar .arrow-prev {
    left: 25px;
}

#calendar .arrow-next {
    right: 25px;
}

#calendar li {
    list-style: none;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
	margin-right:13px;
}
#calendar .calendar-week li {
    float: left;
}

#calendar .calendar-date {
    clear: both
}

#calendar .calendar-date li {
    float: left;
}
#calendar .calendar-date li.item {
    border-radius:50%;
	cursor:pointer;
	color:#fff;
}
#calendar .calendar-date li.item-curMonth {
    border-radius:50%;
	cursor:pointer;
	color:#000000;
}
#calendar .calendar-date li.item-curDay {
    border-radius:50%;
	cursor:pointer;
	background-color:#1a56a8;
	color:#fff;
}
#calendar .calendar-date li.item-zqDay {
    border-radius:50%;
	cursor:pointer;
	background-color:rgb(250,131,20);
	color:#fff;
}
#calendar .calendar-date .now {
    background: url('../img/ty_b.gif') center no-repeat;
    color: #fff;
}

#calendar .calendar-date .taxDeadline {
    background: url('../img/fd_b.gif') center no-repeat;
    color: white;
}
#showToast{
    position: absolute;
    width: 100px;
    border: 1px solid #6E6E6E;
    border-radius: 5px;
    background: #f5f5f5;
    padding: 5px;
    line-height: 15px;
    font-size: 12px;
    visibility: hidden;
}
/* 底下 */
/* #taxItems {
    border-collapse: collapse;
    margin: 0 auto;
    min-width: 500px;
} 
#taxItems .taxItemsTitle {
    background: #E9EAF3;
}
#taxItems tr td {
    border: 1px solid #ddd;
    text-align: center;
    padding: 3px;
}
#taxItems .listTitle_table {
    background-color: #f5f5f5;
} */