.laydate-day-mark-change{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 30px;
    font-size: 12px;
    overflow: hidden;
 }


.sp1{float: left;}
.cl1{
    float: left;
    width: 20px;
    height: 20px;
    background-color: #d2d2d2;
}
.cl2{
    float: left;
    margin-left: 15px;
    width: 20px;
    height: 20px;
    border: 1px solid gray;
    background-color: #ffffff;
}
.cl3{
    float: left;
    margin-left: 15px;
    width: 20px;
    height: 20px;
    background-color: #d48f83;
}
.gray{
    background-color: #d2d2d2 !important;
    border:1px solid #fff ; 
}