/*日历区域*/
.containerhometwobgtwo .xshddatabox .xshddataboxright {
max-width: 540px;
    background: #f6f0fa;
    padding-bottom: 18px;
}
.xshddataboxright .rl {
   
    margin-top: 0;
}
.xshddataboxright .calendar {
    width: 100%;  
}

.xshddataboxright .calendar_top_right {

    background: #f6f0fa;
}
.xshddataboxright .calendar_top_right img{
     display:none;
}

.xshddataboxright .calendar_month_span {
    line-height: 80px;
    font-size: 24px;
    margin-right: 0px;
    color: #5c20ae;
}


.xshddataboxright  .cal table{
    padding-bottom:10px;
}

.xshddataboxright  .cal th {
    font-weight: normal;
     font-size: 19px;
    height: 54px;
    background: #ebe2f7;
    color: #5f149e;
    font-weight: 800;
}


.xshddataboxright .calendar_month_next {
    float: right;
   
    line-height: 80px;
    background:url(../img/anewright.png) no-repeat center #f6f0fa;
background-size: 14px;
    height: 80px;
    width: 15%;
}



.xshddataboxright .calendar_month_prev{

    
    line-height: 80px;
    background:url(../img/anewleft.png) no-repeat center #f6f0fa;
background-size: 14px;
    height: 80px;
    width: 15%;
}



.xshddataboxright .cal td {

    line-height: 45px;
   
}

.dqsj {
    display: none !important;
}


.cal td.on:hover,
 .xshddataboxright .cal td:hover,
 .xshddataboxright  .cal .cur {
        background: none !important;
        position: relative;
        z-index: 10;
       color: #fff !important;
    }


 .xshddataboxright .cal td:hover::after,
   .xshddataboxright  .cal .cur:after{
      width: 40px;
    height: 40px;
    z-index: 0;
    content: ' ';
       background: linear-gradient(92deg, #7e12ac 0%, #2c06a0 100%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    z-index:-1;
    }




 .xshddataboxright .cal td:nth-child(6), .xshddataboxright .cal td:nth-child(7) {
    color: #777;
}






@media (max-width: 1300px) {
    .containerhometwobgtwo .xshddatabox {
        justify-content: flex-start;
    }

}



@media (max-width: 768px) {
    .xshddataboxright .calendar_month_span {
        line-height: 54px;
        font-size: 17px;
    }
    .xshddataboxright .calendar_month_next {
        line-height: 54px;
        height: 54px;
        width: 15%;
        background-size: 10px;
    }
    .xshddataboxright .calendar_month_prev {
        line-height: 54px;
        height: 54px;
        width: 15%;
        background-size: 10px;
    }
    .xshddataboxright .cal th {
        font-size: 16px;
        height: 46px;
    }
    .xshddataboxright .cal td:hover::after, .xshddataboxright .cal .cur:after {
        width: 36px;
        height: 36px;
    }
    .xshddataboxright .cal td {
        line-height: 40px;
    }


}