/* 倒数日页面样式 */
.daysmatter_main {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    height: 100%;
}

.daym_left {
    flex: 0.45;
    min-width: 160px;
    background-color: #f5f5f5;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.daym_right {
position: relative;
    height: calc(100% - 20px);
    overflow-y: scroll;
    right: 0;
    width: calc(100% - 200px);
}

.day_first {
background-color: #fff;
    border-bottom-left-radius: 4px;
    padding: 20px;
    box-shadow: 0 1px 1px rgb(154 154 154 / 10%);
    border-bottom-right-radius: 4px;
    position: relative;

}
.d_f_content .pl_day {
    display: none;
}
.d_f_content .day_mum, .d_f_content .day_class {
    background-color: white !important;
    background-color: #ffffff00 !important;
}

.day_f_title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
}

.day_f_time {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}


.d_f_content {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    font-size: 33px;
}


.daym_li {    cursor: pointer;
background-color: #fff;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    margin: 5px 15px 10px 15px;
}

.daym_right{    background-color: #f9f9f9;
    border-radius: 10px;}
.daym_a {    float: left;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.daym_li_a span {
    float: left;
}

#daym_button_close {
    display:none;
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #999;
}

#daym_button_close:hover {
    color: #333;
}

.daym_a span {
    display: block;
    font-size: 18px;
    color: #333;
}

.daym_li_a {
    font-size: 16px;
    color: #333;
    font-weight: 500;

}

.daym_content {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    display: none;
}

.day_time {
    font-weight: 500;
    margin-bottom: 10px;
    color: #333;
    display: none;
}

/* 分类样式 */
.daymastter-category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.daymastter-category-item {
    margin-bottom: 15px;
    padding: 10px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.daymastter-category-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.daymastter-category-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
}

.daymastter-category-image {
    width: 50px;
    height: 50px;
    border-radius: 4px;
    margin-right: 15px;
    object-fit: cover;
}

.daymastter-category-name {
    font-weight: 500;
    font-size: 14px;
}

/* 颜色样式 */
.pl_day {
    color: #666;
}

.day_mum {
    font-weight: bold;

}
.daym_li_a span {
    color: white;
}
.day_class {
    color: #666;
}

.pl_daygetseven {
    color: #4bbc4a;
    font-weight: bold;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .daysmatter_main {
        flex-direction: column;
    }

    .daym_left,
    .daym_right {
        flex: 1 1 100%;
    }
}

.daym_li_title{    float: left;
    padding: 10px 10px 10px 10px;}

.daym_li_a{    float: right;}

    .daym_li_a .pl_day {
    display: none;
}

span.daym_title {
    float: left;
    height: 100%;
    padding: 10px;
}

span.day_mum{
    padding: 10px 10px 10px 10px;
}
.day_class {padding: 10px 5px 10px 5px;}

.daymastter_header{position: sticky;
    width: 100%;
    height: 50px;
    background-color: #008eff;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#2195c7), to(#3057de));
    box-sizing: border-box;
    box-shadow: 0px 0px 8px #acacac;
    border-bottom: 1px #0074cc solid;}

 .daymastter_header_title{display: flex;    text-shadow: 0px 1px 2px #292929;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: center;
    text-align: center;
    align-items: center;
    height: 100%;
    color: white;
    font-size: 20px;
    font-weight: bold;}
    .daymastter_header_title i {
    font-size: 27px;
    padding-right: 7px;
}

.daym_li_large{    position: fixed;
    width: 50%;
    z-index: 9;
    box-sizing: border-box;
    top: 40px;
    margin: 0;
    height: calc(100% - 50px);
    display: flex;
    max-width: 600px;
    max-height: calc(100% - 50px);}

.daym_a_large{    width: 200px;
    background: #ffffff;
    /* justify-content: center; */
    /* position: absolute; */
    /* align-items: center; */
    height: 200px;
    margin: 30px auto;
    border-radius: 6px;
    box-shadow: 0px 2px 5px #bdbdbd;
    box-sizing: border-box;
    overflow: hidden;}


.daym_title_large{     z-index: 9;          white-space: nowrap; 
            overflow: hidden; 
            text-overflow: ellipsis;
    position: absolute;
    text-align: center;
    color: white !important;
    width: 100%;
    box-sizing: border-box;
    font-weight: bold;}

.daym_li_a_large{position: absolute;
    width: 100%;
    top: 0;}

.day_mum_large{    position: absolute;
    left: 0;
    right: 0;
    margin: 60px auto;
    text-align: center;
    background-color: #ffffff !important;
    color: black !important;
    font-size: 60px !important;}

.day_class_large {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0 !important;
    padding: 20px;
}
.day_time_large {
    position: absolute;
    bottom: 0;
    z-index: 99999;
    left: 0;
    width: 100%;
    height: 20px;
    background-color: #fafafa;
    display: flex;
    flex-direction: column-reverse;
    padding: 9px 0px 10px 0px;
    margin: 0;
    text-align: center;
    border-top: 1.5px #cbcbcb dashed;
    color: #999999;
    font-size: 13px;
    letter-spacing: 0.6px;
}
.daym_content_large {
    position: absolute;
    top: 240px;
    width: 100%;
    height: 200px;
    z-index: 9;
    display: block;
    box-sizing: border-box;
    padding: 10px 10px 10px 10px;
    overflow-y: auto;    text-align: center;
}

.taoswin_page_title_text{background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#e9e9e9)) !important;
    color: #555555 !important;
    text-shadow: 0px 0px 1px #f5f5f5 !important;}
    button.daym_button_close {
    display: none;
}
.daym_button_close_large {
    display: block !important;
    position: absolute;
    left: 5px;
    border: 0;
    color: #505050;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    line-height: 10px;
    top: 7px;
    background-color: #ededed;
    text-align: center;
    align-items: center;
}
.daym_button_close_large:hover {
    background-color: #dedede;
}    

    #main {
        position: fixed;
        width: 750px;max-width: 1220px;
        height: 88%;}


.day_jjr {
    right: 0;
    background-color: #ffffff;
    flex: 2;
    min-width: 440px;
    display: flex;
    padding: 20px;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    top: 50px;
    height: calc(100% - 20px);
    overflow-y: auto;
    box-sizing: border-box;
    width: calc(100% - 200px);
display: none;
}

.daym_last_year, .daym_this_year, .day_next_year {
    box-sizing: border-box;
    padding: 10px;
}
.lastyear_month {
    box-sizing: border-box;
    margin: 10px 0px 10px 0px;
}
.lastyear_ho {
    font-size: 20px;
    font-family: fantasy, auto;
    font-weight: bold;
    box-sizing: border-box;
    padding: 0px 0px 10px 3px;
    color: #404040;
    letter-spacing: 2px;
    text-shadow: 0px 0px 1px #efefef;
}
.lastyear_month .daym_li {
    margin: 0px 0px 8px 0px;
    border-radius: 4px;
    height: calc(100%);
}
.overhead{overflow: hidden !important; }
.disblock{display: block !important;}
.all_day,.all_day_jjr{box-sizing: border-box;
    width: 100%;
    padding: 10px;
    background-color: #d8d8d8;
    border-radius: 4px;
    margin-bottom: 5px;
    cursor: pointer;
    color: #ffffff;
    text-shadow: 0px 0px 2px #696969;}

/* .daym_left下的ul li a样式 */
.daym_left ul {
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
}

.daym_left ul li {
    margin-bottom: 5px;
}

.daym_left ul li a {
    display: block;
    padding: 8px 10px;
    background-color: #d8d8d8;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
    text-shadow: 0px 0px 2px #1f1f1f;
}

.daym_left ul li a:hover {
    background-color: #e0e0e0;
}

.daym_left ul li a:active {
    background-color: #d0d0d0;
}