.ca_clearfix:before,.ca_clearfix:after {
    display: table;
    content: "";
    clear: both;
}

.ca_date {
    width: 100%;
    overflow: hidden;
    margin: auto;
    display: block;
    height: 100%;
	border:1px solid rgba(238,238,238,1);
}

.ca_header {
    margin: 0 auto;
    height: 40px;
    text-align: center;
	background:rgba(247,250,252,1);
}

.ca_header>div {
    float: left;
    width: 50%;
    box-sizing: border-box;
}

.ca_header>.ca_nian {
    padding-right: 20px;
}

.ca_header>.ca_yue {
    padding-left: 20px;
}

.ca_header>.ca_nian>a,
.ca_header>.ca_nian>div {
    float: right;
}

.ca_header>div>*,
.ca_header>div {
    height: 40px;
    line-height: 40px;
    text-align: center;
	font-size:12px;
}

.ca_header>div>a {
    /*background: rgb(63, 196, 230);*/
    color: white;
    width: 30px;
    font-size: 18px;
    float: left;
    cursor: pointer;
}

.ca_header>div>div {
    float: left;
    width: 60px;
    text-align: center;
    /*border-top: 1px solid darkgray;
    border-bottom: 1px solid darkgray;*/
    box-sizing: border-box;
}
.ca_table{
    height:calc(100% - 50px);
	
    
}
.ca_table span {
    /*border-radius: 50%;*/
    text-align: center;
    color: #666666;
    width: 14.28%;
   font-size:12px;
    display: block;
    float: left;
    box-sizing: border-box;
    /*border: 1px solid #ddd;*/
    cursor:auto;
}

.ca_table>table {
    margin-top: 4em;
    width: 100%;
}

.ca_thead span{
    height: 60px;
}

.ca_table .ca_tbody>div>span.light {
    background: rgba(63, 196, 230,0.5) !important;
    color: #ffffff;
    border: 1px solid  rgb(63, 196, 230); 
    transform: scale(1);
    transition: all 0.3s cubic-bezier(.55, .06, .68, .19) 0s;
}

.ca_table .ca_tbody>div>span.choose {
    color: rgb(63, 196, 230);
    border: 1px solid rgb(63, 196, 230);
    transform: scale(1);
    transition: all 0.5s ease 0s;
}

.ca_table .ca_tbody span {
	text-align: center;
    color: #5C5B5B;
    box-sizing: border-box;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}

.ca_table .ca_tbody span a{
	display: block;
	padding-left: 5px;
}
.ca_event_div{
    cursor: pointer;
}
.ca_event{
    /*background: rgb(84, 131, 231);
    color: #ffffff;
    margin: 2px auto;
    width: 90%;
    border-radius: 15px;
    text-align: center;
    padding: 3px 5px;
    font-size: 12px;*/
	
	position: absolute;
    top: 18px;
    left: 50%;
    z-index: 3;
    width: 18px;
    height: 14px;
    margin-left: -9px;
    color: #fff;
    font-size: 10px;
    line-height: 13px;
    background-color: #eda149;
    border-radius: 2px 0 7px 0;
}