.date_page {
    font-size: 0.27rem;
    background-color: #F5F5F5;
    height: calc(100vh - 1.47rem);
    overflow-y: auto;
}

div {
    box-sizing: border-box;
}

.daterangepicker .ranges ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.daterangepicker .drp-calendar {
    max-width: 100% !important;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
    border-left: 0 !important;
}

.daterangepicker::before {
    border-right: 0 !important;
    border-left: 0 !important;
    border-bottom: 0 !important;
}

.daterangepicker::after {
    border-right: 0 !important;
    border-left: 0 !important;
    border-bottom: 0 !important;
}

.date_top {
    width: 100%;
    /* height: 3.55rem; */
    /* background-image: url('https://imgbdb4.bendibao.com/whbdb/202311/28/20231128143521_91593.png');
    background-repeat: no-repeat;
    background-size: 100%; */
    position: relative;
}

.date_top_img2 {
    display: none;
}

.date_city {
    position: absolute;
    top: 0.29rem;
    right: 0.25rem;
    width: 1.25rem;
    height: 0.59rem;
    border-radius: 0.49rem;
    border: 0.01rem solid #FFF;
    background: #ffffff80;
    color: #999999;
    z-index: 99;
    font-size: 0.23rem;
}

.date_main {
    position: absolute;
    margin-top: -1.12rem;
    border-radius: 0.23rem 0.23rem 0 0;
    background: #F5F5F5;
    padding: 0.29rem 0.25rem 1.6rem 0.25rem;
}

.date_item {
    width: 0.88rem;
    height: 0.83rem;
    border-radius: 0.1rem;
    background: #EBEBEB;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.11rem;
    color: #999999;
}

.date_months {
    width: 5.93rem;
}


.date_time_text {
    display: none;
    width: 5.93rem;
    color: #6849E9;
    background-color: #E5DFFF;
    text-align: center;
    line-height: 0.83rem;
}
.date_weeks{
    display: none;
}
.date_week_item {
    width: 1.88rem;
    height: 0.83rem;
    background: #EBEBEB;
    color: #999999;
    font-size: 0.25rem;
    margin-right: 0.11rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 0.1rem;
}

.date_week_item_active {
    color: #6849E9;
    background-color: #E5DFFF;
}

.date_week_item_text {
    font-size: 0.2rem;
}

.date_item_active {
    color: #6849E9;
    background-color: #E5DFFF;
}

.date_item_icon {
    width: 0.31rem;
    height: 0.33rem;
    margin-bottom: 0.06rem;
}

.date_cont {
    margin-top: 0.35rem;
    position: relative;
}

.date_cont_nav_item {
    color: #999999;
    text-align: justify;
    font-size: 0.29rem;
    font-weight: 500;
    margin-right: 0.41rem;
}

.date_cont_nav_item_active {
    position: relative;
    color: #6849e9;
    font-size: 0.33rem;
    font-weight: 700;
    margin-right: 0.52rem;
}

.date_cont_nav_item_active:after {
    position: absolute;
    content: '';
    bottom: -0.07rem;
    left: 50%;
    transform: translateX(-50%);
    width: 0.88rem;
    height: 0.14rem;
    background: var(--2, linear-gradient(90deg, #F0CFFC 0%, #f0cffc00 122.58%));

}

.main_events {
    margin-top: 0.39rem;
    column-count: 2;
    column-gap: 1;
}

.main_events_two {
    margin-top: 0.39rem;
    display: flex;
    justify-content: space-between;
}

.date_cont_nav_item_sel {
    color: #333333;
    font-size: 0.33rem;
    margin-right: 0.41rem;
}


.date_nav_select_cont_title {
    color: #666666;
    font-size: 0.25rem;
    position: relative;
    padding-right: 0.32rem;
}

.date_nav_select_cont_title img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.date_ul {
    position: absolute;
    left: 0;
    top: 0.5rem;
    width: 100%;
    background-color: #fff;
    border-radius: 0 0 0.23rem 0.23rem;
    display: none;
    z-index: 33333;
    overflow: hidden;
    padding: 0.2rem 0;
    border-bottom: 1px solid #ccc;
    box-shadow: 0 0 0.15rem 0 #0000001a;
}

.date_ul a {
    display: block;
    color: #999999;
}

.date_ul_div {
    padding: 0.2rem 0;
    background-color: #fff;
}

.date_ul .date_li {
    text-align: left;
    box-sizing: border-box;
    padding: 0 0.36rem;
    height: 0.70rem;
    line-height: 0.7rem;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.date_ul li.li_active {
    color: #6849E9;
    background-color: #6849e914;
    ;
}

.date_nav_select_cont_title_bottom {
    display: none;
    color: #666666;
    font-size: 0.25rem;
}

.main_events_ych {
    margin-top: 0.39rem;
    flex-wrap: wrap;
}

.main_events_rl {
    margin-top: 0.39rem;
    flex-wrap: wrap;
}

.main_events_sj {
    margin-top: 0.39rem;
    flex-wrap: wrap;
}

.main_events_sj .bazaar_item,
.bazaar_item_nodata {
    width: 3.36rem;
    height: 2.18rem;
    margin-top: 0.14rem;
}


.date_nodata_img {
    position: relative;
    color: #999999;
}

.date_nodata_img img {
    width: 3.7rem;
    height: 3.7rem;
}

.date_nodate_cont {
    column-count: 2;
    column-gap: 1;
}

#date_mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.5;
    z-index: 222;
    display: none;
}

#date_ych_singer_bottom,
#date_ych_venue_bottom,
#date_zh_singer_bottom,
#date_zh_venue_bottom,
#date_qx_county_bottom,
#date_qx_street_bottom {
    display: none;
}

.date_ych_ul {
    display: none;
}

.bottom_share {
    position: fixed;
    font-size: 0.27rem;
    bottom: 0;
    width: 100%;
    /* height: 1.74rem; */
    background: #FFF;
    box-shadow: 0.04rem 0 0.08rem 0 #0000000d;
    padding: 0.37rem 0.29rem;
}

.bottom_share_item {
    display: flex;
    align-items: center;
    padding: 0.22rem 0.41rem;
    height: 0.7rem;
    border-radius: 0.49rem;
    border: 0.01rem solid #6849E9;
    background: #FFF;
    color: #6849E9;
}

.bottom_share_item img {
    width: 0.25rem;
    height: 0.25rem;
    margin-right: 0.14rem;
}

.bottom_share_last {
    border: 0;
    color: #FFFFFF;
    background: var(--Linear, linear-gradient(293deg, #6A70FF 0%, #E477FF 100%));
}

.ych_item_card_img img {
    width: 3.36rem;
    height: 4.46rem;

}

.ych_item_card_text {
    height: 0.7rem;
}

.zg_item_card_img img {
    width: 3.36rem;
    height: 2.24rem;
}
.bottom_item_date_sy{
    
    color: #999999;
    font-size: 0.23rem;
    height: 0.33rem;

    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#date_ych_cont,
#date_zh_cont,
#date_sj_cont{
    display: none;
}