@charset "utf-8";

/* CSS Document */

table {
    margin-top: 27px !important;
    width: 100%;
}

.calendar {
    width: 100%;
    height: 495px;
    font-size: 18px;
}

.calendar table thead {
    display: block;
    width: 100%;
    height: 52px;
    line-height: 52px;
    box-sizing: border-box;
    padding: 0 13px;
}

.calendar table tr th {
    display: inline-block;
    width: 30px;
    height: 52px;
    font-size: 20px;
    margin-left: 35px;
    font-weight: normal;
}

.calendar table tr th span {
    display: block;
    width: 30px;
    height: 52px;
    color: #ffffff;
    line-height: 52px;
}

.calendar table tbody {
    display: block;
    padding-top: 10px;
    margin-top: 10px;
}

.calendar table tr {
    display: block;
    height: 52px;
}

.calendar table tr td {
    display: inline-block;
    text-align: center;
    line-height: 52px;
    height: 52px;
    width: 51px;
    color: #4f4f4f;
    cursor: pointer;
    box-sizing: border-box;
    margin-left: 14px;
    border-radius: 8px;
}

.calendar table tr td:first-child {
    margin-left: 2.5px;
}

.calendar table tr td:nth-child(6),
.calendar table tr td:nth-child(7) {
    color: #fe0225 !important;
}


/*鼠标滑过*/

.bgHover,
.active {
    width: 51px;
    height: 52px;
    color: #ffffff !important;
    background: url(rl_jr_20250325.png) no-repeat center;
}

.riqi {
    position: relative;
    z-index: 50;
    width: 51px;
    height: 52px;
}


/*非本月日期*/

.calendar table tr td.unselected_month {
    color: #666666;
    opacity: .3;
}


/*选择日期*/

.calendar .choice {
    height: 36px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    padding-left: 32px;
}

.calendar .choice .month {
    width: 100%;
    font-size: 34px;
    line-height: 36px;
    color: #ffffff;
    font-weight: bold;
}

.calendar .year {
    width: 148px;
    height: 30px;
    position: absolute;
    right: 32px;
    bottom: 2px;
}

.calendar .year span {
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    float: left;
}

.calendar .year span.prev2 {
    background: url(rl_jt_l2_20250325.png) center center no-repeat;
    margin-right: 6px;
}

.calendar .year span.prev {
    background: url(rl_jt_l_20250325.png) center center no-repeat;
    margin-right: 15px;
}

.calendar .year span.next {
    background: url(rl_jt_r_20250325.png) center center no-repeat;
    margin-right: 6px;
}

.calendar .year span.next2 {
    background: url(rl_jt_r2_20250325.png) center center no-repeat;
}

.current {
    text-align: center;
    line-height: 30px;
    margin-top: 0 !important;
}

.calendar table tr td .riqi.bgHover_t {
    width: 51px;
    height: 52px;
    color: #ffffff !important;
    background: url(rl_jr_20250325.png) no-repeat center;
}

.calendar table tr td .riqi.yesData::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 40px;
    background-color: #c8d6fb;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.calendar table tr td .riqi.bgHover::after,
.calendar table tr td .riqi.bgHover_t::after,
.calendar table tr td.active .riqi::after {
    background-color: #ffffff;
}