
.dateui {
    overflow: hidden;
}
.dateui .swiper-slide {
    width: 64px;
    height: 64px;
}
.dateui__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
    border-radius: 10px;
    /* border: 1px solid #333; */
}
.dateui__item--isShow {
    background-color: #FDE67C;
}
.dateui__date {
    font-size: 16px;
    font-weight: 700;
}
.dateui__weekday {
    color: #666;
    font-size: 13px;
    font-weight: 700;
}
.dateui__weekday--sat {
    color: #2c5ecb;
}
.dateui__weekday--sun {
    color: #be4642;
}