@charset "UTF-8";

header{
    background-image: url('../images/rl2024-bg.jpg');
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 7.3rem;
}
.self-content h5.title{
    color: transparent;
}

/* 按钮 */
.actbtns.btns {
    display: flex;
    align-items: center;
    position: absolute;
    right: 1.6rem;
    z-index: 99;
}

.actbtns.btns .btn {
    width: 1.77rem;
    height: 0.44rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    border: 0.01rem solid #ababab;
    border-radius: 0.36rem;
    background-color: #fff;
    font-size: 0.16rem;
    box-sizing: border-box;
}

.actbtns.btns .btn.active {
    background-color: #f7a500;
    color: #f6f6f6;
    border-color: #f7a500;
}
.actbtns.btns .btn+.btn{
    margin-left: 0.27rem;
}

/*===================日历===================*/
.hdrc-content {
    position: relative;
    padding-bottom: 1rem;
}

.EventsDate {}

.en-time,
.all-en-time{
    display: none;
}
.en-time-box .time{
    display: none;
}
.en-time-box .all-en-time{
    display: block;
}

#datepicker {
    width: 100%;
    margin: 0px auto;
}

.ui-datepicker-header {
    position: relative;
}

.ui-datepicker-header .ui-datepicker-title {
    color: #333333;
    font-size: 0.42rem;
    font-family: SourceHanSansCN;
    font-weight: bold;
    position: relative;
}

.ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker-header .ui-datepicker-next {
    position: absolute;
    width: 0.13rem;
    height: 0.26rem;
    object-fit: contain;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 99;
}

.ui-datepicker-header .ui-datepicker-prev span {
    display: none;
}

.ui-datepicker-next span {
    display: none;
}

.ui-datepicker-header .ui-datepicker-prev {
    background-image: url(../images/rl-l.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    left: 2.6rem;
}

.ui-datepicker-header .ui-datepicker-next {
    background-image: url(../images/rl-r.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    left: 3.2rem;
}

.ui-datepicker-calendar {
    width: 100%;
    margin-top: 1.07rem;
    border-collapse: collapse;
}

.ui-datepicker-calendar thead {
    height: 0.5rem;
}

.ui-datepicker-calendar thead th {
    font-size: 0.18rem;
    color: #333333;
    text-align: left;
}

.ui-datepicker-calendar th {
    margin: 0px;
    padding: 0px;
}

.ui-datepicker-calendar th span {
    display: inline-block;
}

.ui-datepicker-calendar td {
    text-align: center;
    width: 2.29rem;
    height: 2.19rem;
    border: 0.01rem solid #ABABAB;
    text-align: left;
    box-sizing: border-box;
    padding: 0.15rem;
    vertical-align: unset;
}

.ui-datepicker-calendar td a {
    display: inline-block;
    color: #999;
    font-size: 0.22rem;
    cursor: default;
}

.ui-datepicker-calendar td.ui-datepicker-current-day a.ui-state-active {
    height: 0.45rem;
    width: 0.45rem;
    text-align: center;
    line-height: 0.45rem;
    cursor: pointer;
    color: #fff;
    background: #ccc;
    border-radius: 100%;
}
/* .ui-datepicker-calendar tbody td:hover{
    background-image: url('../images/td-bg1.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
} */
.ui-datepicker-calendar .commonlist {
    margin-top:0.44rem;
    cursor: default;
}
.ui-datepicker-calendar .commonlist .name{
    font-size: 0.18rem;
    color: #333333;
    width: 100%;
}
.ui-datepicker-calendar .commonlist .time{
    font-size: 0.16rem;
    color: #999999;
    margin-top:0.09rem;
}

.ui-datepicker-calendar .commonlist .more{
    cursor: default;
    font-size: 0.16rem;
    color: #999;
    margin-top:0.09rem;
    border:0.01rem solid #999;
    display: inline-block;
    padding: 0.04rem 0.11rem;
    border-radius: 0.13rem;
}
.ui-datepicker-calendar .dot{
    width: 0.09rem;
    height: 0.09rem;
    background: #fff;
    border-radius: 50%;
    margin: 0.14rem auto 0;
    display: none;
}
.ui-datepicker-calendar .dot.active{
    background: #f7a500;
}
/* .ui-datepicker-calendar tbody td:hover .ui-state-default,
.ui-datepicker-calendar tbody td:hover .commonlist .name,
.ui-datepicker-calendar tbody td:hover .commonlist .time,
.ui-datepicker-calendar tbody td:hover .commonlist .more{
    color: #fff;
} */

.ui-datepicker-calendar tbody td.hover {
    background-image: url('../images/rlbg2024.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.ui-datepicker-calendar tbody td.subhover {
    background-image: url('../images/rlbg2024.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.ui-datepicker-calendar tbody td.hover .ui-state-default,
.ui-datepicker-calendar tbody td.hover .commonlist .name,
.ui-datepicker-calendar tbody td.hover .commonlist .time,
.ui-datepicker-calendar tbody td.hover .commonlist .more{
    color: #f7a500;
    border-color:#f7a500;
}

.day-list.rc-list{
    display: none;
}

/*===================列表===================*/
.hdrc-list-content {
    padding-bottom: 0.9rem;
    display: none;
}

.info button {
    background-color: transparent;
    outline: none;
    border: none;
}

.info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.info .time-box {
    display: flex;
    align-items: center;
}

.info .time,
.info .all-en-time {
    margin-right: 0.5rem;
    color: #333;
    font-size: 0.42rem;
    /* letter-spacing: 0.05rem; */
    font-weight: bold;
    font-family: SourceHanSansCN;
}

.info .arrow {
    font-weight: bold;
    color: #333;
    width: 0.13rem;
    height: 0.26rem;
}

.info .arr-left {
    margin-right: 0.4rem;
    background-image: url(../images/rl-l.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.info .arr-right {
    background-image: url(../images/rl-r.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
}

/* .info .btns {
    display: flex;
    align-items: center;
}

.info .btns .btn {
    width: 1.77rem;
    height: 0.44rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    border: 0.01rem solid #ababab;
    border-radius: 0.36rem;
    background-color: #fff;
    font-size: 0.16rem;
    box-sizing: border-box;
}

.info .btns .btn.active {
    background-color: #f7a500;
    color: #f6f6f6;
    border-color: #f7a500;
}

.info .btns .btn.acting {
    margin-right: 0.27rem;
} */

/* 列表 */
.rc-list {
    margin-top: 1rem;
}

.rc-list .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    padding: 0.5rem;
    background: #fafafa;
    margin-bottom: 0.26rem;
    cursor: default;
}

.rc-list .item .act-info {
    display: flex;
    flex-direction: column;
    margin-right: 0.55rem;
    width: calc(100% - 2.23rem - 0.55rem);
}

.rc-list .act-info .top {
    display: flex;
    align-items: center;
    margin-bottom: 0.37rem;
}

.rc-list .top .date {
    font-family: Montserrat;
    font-size: 0.34rem;
    color: #666;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.rc-list .top .date::after {
    content: "";
    width: 0.63rem;
    height: 0.01rem;
    background-color: #b8b8b8;
    margin: 0 0.4rem 0 0.16rem;
}

.rc-list .top .title {
    color: #333;
    font-size: 0.22rem;
    font-family: SourceHanSansCN;
    
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.rc-list .act-info .bottom {
    display: flex;
    align-items: center;
}

.rc-list .bottom .arr {
    width: 0.51rem;
    height: 0.51rem;
    background-image: url("../images/arr1.png");
    background-size: 0.19rem auto;
    background-repeat: no-repeat;
    flex-grow: 0;
    flex-shrink: 0;
}

.rc-list .bottom .text {
    color: #808080;
    font-size: 0.16rem;
    font-family: SourceHanSansCN;
    margin-left: 1.96rem;

    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.rc-list .item .act-img {
    width: 2.23rem;
    /* height: 1.4rem; */
}

.rc-list .item:hover {
    background-color: #f7a500;
}

.rc-list .item:hover .top .date,
.rc-list .item:hover .top .title,
.rc-list .item:hover .bottom .text {
    color: #fff;
}

.rc-list .item:hover .top .date::after {
    background-color: #fff;
}

.rc-list .item:hover .bottom .arr {
    width: 0.51rem;
    height: 0.51rem;
    background-image: url("../images/arr2.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.rc-list .item:hover .bottom .text {
    margin-left: 1.7rem;
}
.opc5{
    opacity: 0.5;
    cursor: no-drop;
}

@media screen and (max-width: 769px) {
    html{
        background-color: #F7F7F7;
    }
    body {
        background-image: none;
        min-height: unset;
        height: 100vh;
        background-color: #F7F7F7;
    }

    header{
        height: 3.75rem;
    }

    /* 按钮 */
    .actbtns.btns{
        right:0;
        top:3.65rem;
        width: 100%;
    }
    .actbtns.btns .btn{
        width: 50%;
        height: 1rem;
        font-size:0.28rem;
        border-radius: 0;
        border: none;
        border-bottom: 0.01rem solid #DBDBDB;
        outline: none;
    }
    .actbtns.btns .btn.active {
        color: #FFFFFF;
    }
    .actbtns.btns .btn+.btn{
        margin-left: 0;
    }
    /* 日历 */
    .EventsDate {
        margin-top:0.65rem;
    }
    .ui-datepicker-header {
        height: 1.09rem;
        display: flex;
        align-items: center;
        width: 100%;
        background-image: url('../images/rlbg.png');
        background-size: 100% 1.09rem;
        background-repeat: no-repeat;
    }
    .ui-datepicker-header .ui-datepicker-title{
        color: #fff;
        font-size:0.36rem;
        margin-left: 0.45rem;
    }
    .ui-datepicker-header .ui-datepicker-prev,
    .ui-datepicker-header .ui-datepicker-next{
        width: 0.16rem;
    }
    .ui-datepicker-header .ui-datepicker-prev {
        background-image: url(../images/rl-l2.png);
        /* left: 5.38rem; */
        left:unset;
        right: 1.16rem;
    }
    .ui-datepicker-header .ui-datepicker-next {
        background-image: url(../images/rl-r2.png);
        /* left: 6.1rem; */
        left:unset;
        right: 0.44rem;
    }
    .ui-datepicker-calendar{
        margin-top: 0;
        background-color: #fff;
        border-radius: 0px 0px 0.3rem 0.3rem;
    }
    .ui-datepicker-calendar thead th{
        color: #808080;
        font-size: 0.28rem;
        padding-top:0.42rem;
        width: calc(100% / 7);
        text-align: center;
    }
    .ui-datepicker-calendar tbody td:hover{
        background-image: none;
    }
    .ui-datepicker-calendar tbody td:hover .ui-state-default,
    .ui-datepicker-calendar tbody td:hover .commonlist .name,
    .ui-datepicker-calendar tbody td:hover .commonlist .time,
    .ui-datepicker-calendar tbody td:hover .commonlist .more{
        color: #333;
    }
    .ui-datepicker-calendar td{
        height: 0.33rem;  
        width: calc(100% / 7);
        border: 0;
        padding:0;
        padding-top: 0.35rem;
        text-align: center;
    }
    .ui-datepicker-calendar td a {
        color: #333;
        font-size: 0.28rem;
    }
    .ui-datepicker-calendar td.ui-datepicker-current-day a.ui-state-active{
        background: #f7a500;
        width: 0.78rem;
        height: 0.78rem;
        line-height:0.78rem;
        color: #fff;
    }
    .ui-datepicker-calendar tbody tr:last-child td{
        padding-bottom: 0.65rem;
    }
    .ui-datepicker-calendar .commonlist {
        display: none;
    }
    .ui-datepicker-calendar .dot {
        display: block;
    }

    /* 列表的日期 */
    .info{
        width: 100%;
        height: 1.09rem;
        background-image: url('../images/monthbg.png');
        background-repeat: no-repeat;
        background-size: 100% 1.09rem;
        margin-top: 0.65rem;
        box-sizing: border-box;
        padding: 0 0.45rem;
    }
    .info .time-box{
        width: 100%;
        position: relative;
    }
    .info .time{
        color: #fff;
        
    }
    .info .time-box .arrow{
        position: absolute;
    }
    .info .arr-left{
        background-image: url(../images/rl-l2.png);
        margin-right: 0;
        right:0.72rem;
    }
    .info .arr-right{
        background-image: url(../images/rl-r2.png);
        right: 0;
    }
    /* 列表 */
    .rc-list{
        margin-top: 0.36rem;;
    }
    .rc-list .item{
        width: 100%;
        box-sizing: border-box;
        background:transparent;
        padding:0.34rem 0;
        border-bottom: 0.01rem solid #DBDBDB;
    }
    .rc-list .item .act-img{
        position: relative;
        left: calc( 2.46rem -  100% );
        width: 2.46rem;
    }
    .rc-list .item .act-info{
        position: relative;
        left:2.78rem;
        margin-right: 0;
        width: calc(100% - 2.78rem );
    }
    .rc-list .item .act-info.no-img{
        left:0.45rem;
        width: calc(100% - 0.45rem );
    }
    .rc-list .act-info .bottom{
        display: none;
    }
    .rc-list .act-info .top{
        flex-direction: column;
        margin-bottom: 0;
        align-items: flex-start;
    }
    .rc-list .top .date{
        color: #808080;
        font-size:0.26rem;
        margin-bottom: 0.25rem;
    
    }
    .rc-list .top .date::after{
        content: "";
        width: 0;
        height: 0;
        background-color: transparent;
        margin: 0;
    }
    .rc-list .top .title{
        width: 100%;
        color: #333;
        font-size:0.3rem;
        white-space: wrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }
    .day-list.rc-list{
        display: block;
    }

}