

/* 日历 */
.hdrl_r{
    width: 530px;
    height: 380px;
    background: #ffffff;
    flex: none;
    border: 1px solid #D3D3D3;
}
.hdrl_top{
    width: 100%;
    height: 60px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hdrl_ll_time{
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0px;
    text-align: center;
    color: #105BAC;

}
.hdrl_ll{
    width: 28px;
    height: 28px;
}
.hdrl_ll img{
    width: 100%;
    height: 100%;
}
.rl_xq{
    height: 33px;
    display: flex;
    background: #105BAC;
    align-items: center;
    justify-content: space-around;
}
.rl_xq_li{
    display: flex;
    align-items: center;
    justify-content: center;
}
.rl_xq_li span{
    color: #FFFFFF;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    text-align: center;

}
.hdrl_ul{
    display: flex;
    flex-wrap: wrap;
}
.hdrl_li{
    width: 6.2%;
    height: auto;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    margin: 1.3% 4%;
}
.hdrl_li span{
    font-weight: 400;
    font-size: 18px;
    color: #000000;
}
.hdrl_li_color span{
    font-weight: 400;
    font-size: 18px;
    color: #0066CC;
}
.hdrl_li_act{
    background: #0066CC !important;

}
.hdrl_li_act span{
    color: #FFFFFF !important;

}
.hdrl_li_act .hdrl_li_i{
    background: #f72525;
}
.hdrl_li_a{
    z-index: 9;
    display: block !important;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    
}
.hdrl_li .hdrl_li_y{
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: #BFBFBF;

}
.rl_cen{

}
.hdrl_li_i{
    background: #f72525;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    bottom: 1px;
    left: 50%;
    transform: translateX(-50%);
}


.rl_tc{
    width: 100%;
    height: calc(100% - 54px);
    left: 0;
    top: 54px;
    background-color: #ffffff;
    z-index: 9;
    padding: 50px 26px;
    box-shadow: 0px 4px 20px 0px #0000001A;

}
.rl_tc_ul{
    width: 100%;
    height: 100%;
    overflow: auto;
}
.rl_tc_li{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.rl_tc_li i{
    width: 5px;
    height: 5px;
    background: #0066CC;
    border-radius: 50%;
    margin-right: 3px;
    flex: none;
}
.rl_tc_li a{
    font-weight: 400;
    font-size: 16px;
    color: #000000;

}
.rl_tc_gb{
    width: 15px;
    top: 26px;
    right: 26px;
}
.rl_tc_gb img{
    width: 100%;
}
.rl_tc_time{
    font-weight: 400;
    font-size: 14px;
    color: #898989;
    bottom: 28px;
    left: 26px;
}
/* 浏览器滚动条整体的宽度 */
.rl_tc_ul::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
/* 滚动条里面的轨道 */
.rl_tc_ul::-webkit-scrollbar-track {
    background-color: transparent;
}
/* 滚动条上的滚动滑块 */
.rl_tc_ul::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #ddd;
}


.jyrl{
    margin-top: 24px;
    display: flex;
}


.hdrl_L p{
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    color: #000000;
}

@media screen and (max-width:1024px) {
    .main {
        flex-wrap: wrap;
    }
    .jyrl_rlk2{
        top: 1rem;
    }
    .hdrl_L_ul {
        padding: 1rem 1rem;
    }
    .jyrl {
        margin-top: 1rem;
        flex-wrap: wrap;
    }
    .hdrl_r {
        width: 100%;
        height: auto;
        padding-bottom: 1rem;
    }
    .rl_cen {
        padding: 1px;
    }
    .rl_xq_li {
        width: 14.2%;
        height: auto;
        margin: 0rem;
        font-size: 0.6667rem;
        aspect-ratio: 1; /* 或者使用 1 */
    }

    .hdrl_li {
        width: 14.2%;
        height: auto;
        margin: 0rem;
        font-size: 0.6667rem;
        aspect-ratio: 1; /* 或者使用 1 */
    }
    .hdrl_li .hdrl_li_y {
        font-size: 0.66rem;
    }
    .hdrl_li span {
        font-size: 0.66rem;
    }
    .hdrl_ll_time {
        font-size: 0.7rem;
        line-height: 0.9892rem;
    }
    .hdrl_ll {
        width: 1rem;
        height: 1rem;
    }



   
}