

/* 日历 */
.hdrl_r{
    width: 450px;
    height: 475px;
    border-radius: 6px;
    background: #ffffff;
    flex: none;
    margin-right: 20px;
}
.hdrl_top{
    width: 100%;
    height: 54px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background: #1489FF;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hdrl_ll_time{
    font-weight: 400;
    font-size: 18px;
    line-height: 23.74px;
    letter-spacing: 0px;
    text-align: center;
    color: #FFFFFF;

}
.hdrl_ll{
    width: 28px;
    height: 28px;
}
.hdrl_ll img{
    width: 100%;
    height: 100%;
}
.rl_xq{
    display: flex;
}
.rl_xq_li{
    width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 7px;

}
.hdrl_ul{
    display: flex;
    flex-wrap: wrap;
}
.hdrl_li{
    width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 7px;
    position: relative;
}
.hdrl_li span{
    font-weight: 400;
    font-size: 18px;
    color: #000000;
}
.hdrl_li_color span{
    font-weight: 400;
    font-size: 18px;
    color: #1489FF;
}
.hdrl_li_act{
    background: #1489FF !important;

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

}
.hdrl_li_act .hdrl_li_i{
    background: #ffffff;
}
.hdrl_li .hdrl_li_y{
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: #BFBFBF;

}
.rl_cen{
    padding: 30px 45px;
    padding-bottom: 80px;
}
.hdrl_li_i{
    background: #f72525;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    bottom: 1px;
    left: 50%;
    transform: translateX(-50%);
}
.hdrl_r_bottom{
    bottom: 10px;
    right: 0;
    width: 100%;
    padding: 0 58px;
    display: flex;
    align-items: center;
    justify-content: end;
}
.hdrl_r_bottom1{
    display: flex;
    align-items: center;
}
.hdrl_r_bottom1 .hdrl_li_i{
    margin-right: 5px;
}
.hdrl_r_bottom1_act{
    width: 30px;
    height: 30px;
    background: #1489FF;
    border-radius: 50%;
    margin-left: 8px;
}
.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: #1489FF;
    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{
    width: 100%;
    background-color: #FFFFFF;
    padding: 42px 56px;
}

.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;
        border-radius: 0.25rem;
        margin-right: 0;
    }
    .rl_cen {
        padding: 1rem 1rem;
        padding-bottom: 3rem;
    }
    .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;
    }
    .hdrl_r_bottom {
        bottom: 1rem;
        padding: 0 1.5rem;
    }
    .hdrl_r_bottom1_act {
        width: 1.25rem;
        height: 1.25rem;
    }
    .hdrl_r_bottom1 {
        font-size: 0.7rem;
    }

  
    .hdrl_L{
        margin-top: 1rem;
        padding: 1rem;
        
    }
   
}