@charset "UTF-8";
/**************学习计划 start************/
.layui-breadcrumb a,
.layui-breadcrumb span[lay-separator],
.layui-breadcrumb a cite{
    color:#fff!important;
}
#calendar{
    width:100%;
    min-width:1280px;
    height:960px;
    background:url("../images/plan_bg.jpg") no-repeat center bottom;
    overflow:hidden;
}
#study_plan{
    min-width:1280px;
    height:820px;
    background:url("../images/plan_nav.jpg") no-repeat center;
    background-size:100%;
    box-shadow:1px 1px 15px 1px rgba(0,0,0,0.3);
    margin:0 auto;
}
.layui-row{
    position:absolute;
    top:85px;
    right:73px;
    width:900px;
    min-height:635px !important;
}
.laydateNote{
    position: relative;
    width:100%;
}
.layui-laydate, .layui-laydate-hint{
    background:transparent!important;
    border:0!important;
}
.layui-laydate-header{
    border-color:#e50206!important;
    padding:10px 70px!important;
}
.layui-laydate-header::after{
    content:'';
    position:absolute;
    left:0;
    bottom:-5px;
    width:100%;
    height:1px;
    background:#e50206;
}
.laydateNote .layui-laydate-content{
    padding:15px 30px;
}
.laydateNote .layui-laydate-content table{
    height:500px;
}
#test-n2 .layui-laydate-content td{
    width: 90px;
    font-size: 16px;
    margin:0 10px;
}
#test-n2 .layui-laydate-content th {
    height:70px;
}
.laydateNote .layui-laydate-static,
.laydateNote .layui-laydate-main,
.laydateNote .layui-laydate-content table {
    width: 100% !important;
    border-left:0;
    box-shadow: none;
}
.laydateNote .layui-laydate-content td {
    height:80px !important;
}
.laydateNote .laydate-day-mark.hide {
    display: none;
}
.laydateNote .laydate-day-mark.center {
    display: flex;
    display: -webkit-flex;
}
.laydateNote .laydate-day-mark {
    margin:auto;
    line-height:50px;
    text-align:center;
    background:#FF5F5F;
    color:#fff;
    white-space:nowrap;
    text-overflow:ellipsis;
    padding:0 5px;
}
.laydateNote .laydate-day-prev {
    position: relative !important;
}
.laydateNote_text_box {
    padding: 0 10px;
}
.laydateNotebook {
    float:left;
    position:relative;
    width:300px;
    max-height:100%;
    background:url("../images/plan_bg.jpg") no-repeat top;
    overflow:hidden;
    display:none;
}
.box{
    width:100%;
    padding:15px;
    overflow-y:auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.laydateNoteFine {
    display: flex;
}
.laydateNoteFine .box {
    padding: 10px;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    overflow-y: auto;
}
.layui-timeline{
    padding-left:0;
}
.layui-timeline li{
    width:100%;
    background:#fff;
    border-radius:5px;
    padding:15px 10px;
    margin-bottom:10px;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.layui-timeline-content{
    padding-left:20px!important;
}
.layui-timeline-axis{
    left:5px;
    top:15px;
    color:#e50206;
}
.layui-timeline-item:before{
    left:14px;
}
.layui-timeline li h3{
    color:#000;
    word-wrap: break-word;
}
.layui-timeline li p{
    color:#666;
    word-wrap: break-word;
}
#test-n2 .layui-laydate .layui-this{
    background-color:#e50206!important;
    border-radius:10px;
}
.layui-layer-btn .layui-layer-btn0{
    background-color:#e50206!important;
    border-color:#e50206!important;
}
.laydateNote .laydate-day-mark {
    line-height:25px;
    padding:15px 5px;
}
.laydate-day-mark::after{
    background-color:#fff!important;
}
.laydate-set-ym{
    color:#000;
    font-size:16px;
}
.layui-layer-title{
    color:#fff!important;
    background-color:#e50206!important;
}
.layui-layer-rim{
    border:6px solid rgba(0,0,0,.2);
}
.layui-laydate-footer{
    display:none;
}
.layui-layer {
    border:0!important;
    border-radius:0!important;
}
#test-n2 .layui-laydate-header i{
    color:#999;
}
/* #test-n2 .layui-laydate-content td{
    background:#fffbce;
} */
/* #test-n2 .laydate-day-next,#test-n2 .laydate-day-prev{
    background:#f4f4f4!important;
} */
.laydate-theme-grid .laydate-month-list>li, 
.laydate-theme-grid .laydate-year-list>li, 
.laydate-theme-grid .layui-laydate-content td, 
.laydate-theme-grid .layui-laydate-content thead,
 .laydate-theme-molv .layui-laydate-footer{
    border:0!important;
} 
@media screen and (max-width: 1399px){
    #calendar{ height:890px;}
    #study_plan{ height:750px;}
    .layui-row {
        right:67px;
        width:823px;
    }
    .laydateNote .layui-laydate-content td {
        height: 70px !important;
    }
}  
/*滚动条样式 start*/
*::-webkit-scrollbar {
    width:10px;
}
*::-webkit-scrollbar-thumb {
    border-radius:5px;
    background:#ebebeb;
}
*::-webkit-scrollbar-track {
    border-radius:0;
    background:#cecece;
}
/*滚动条样式 end*/
/**************学习计划 end************/